class Depth::Config

Defined in:

depth/config.cr

Instance Method Summary

Instance Method Detail

def bed_path : String | Nil #

[View source]
def by : String #

[View source]
def by=(by : String) #

[View source]
def chrom : String #

[View source]
def chrom=(chrom : String) #

[View source]
def exclude_flag : UInt16 #

[View source]
def exclude_flag=(exclude_flag : UInt16) #

[View source]
def fast_mode=(fast_mode : Bool) #

[View source]
def fast_mode? : Bool #

[View source]
def fragment_mode=(fragment_mode : Bool) #

[View source]
def fragment_mode? : Bool #

[View source]
def has_quantize? : Bool #

[View source]
def has_regions? : Bool #

[View source]
def has_thresholds? : Bool #

[View source]
def include_flag : UInt16 #

[View source]
def include_flag=(include_flag : UInt16) #

[View source]
def mapq : Int32 #

[View source]
def mapq=(mapq : Int32) #

[View source]
def max_frag_len : Int32 #

[View source]
def max_frag_len=(max_frag_len : Int32) #

[View source]
def min_frag_len : Int32 #

[View source]
def min_frag_len=(min_frag_len : Int32) #

[View source]
def mos_style=(mos_style : Bool) #

When true, use mosdepth-compatible names (mosdepth.); otherwise mopdepth.


[View source]
def mos_style? : Bool #

When true, use mosdepth-compatible names (mosdepth.); otherwise mopdepth.


[View source]
def no_per_base=(no_per_base : Bool) #

[View source]
def no_per_base? : Bool #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def prefix : String #

[View source]
def prefix=(prefix : String) #

[View source]
def quantize : String #

[View source]
def quantize=(quantize : String) #

[View source]
def quantize_args : Array(Int32) #

[View source]
def read_groups_str : String #

[View source]
def read_groups_str=(read_groups_str : String) #

[View source]
def threads : Int32 #

[View source]
def threads=(threads : Int32) #

[View source]
def threshold_values : Array(Int32) #

[View source]
def thresholds : Array(Int32) #

[View source]
def thresholds=(thresholds : Array(Int32)) #

[View source]
def thresholds_str : String #

[View source]
def thresholds_str=(thresholds_str : String) #

[View source]
def to_options : Core::Options #

[View source]
def use_median=(use_median : Bool) #

[View source]
def use_median? : Bool #

[View source]
def validate! #

[View source]
def window_size : Int32 #

[View source]