struct Depth::Core::Options

Defined in:

depth/core/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(mapq : Int32 = 0, min_frag_len : Int32 = -1, max_frag_len : Int32 = Int32::MAX, exclude_flag : UInt16 = 1796_u16, include_flag : UInt16 = 0_u16, fast_mode : Bool = false, fragment_mode : Bool = false, read_groups : Array(String) = [] of String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(mapq _mapq = @mapq, min_frag_len _min_frag_len = @min_frag_len, max_frag_len _max_frag_len = @max_frag_len, exclude_flag _exclude_flag = @exclude_flag, include_flag _include_flag = @include_flag, fast_mode _fast_mode = @fast_mode, fragment_mode _fragment_mode = @fragment_mode, read_groups _read_groups = @read_groups) #

[View source]
def exclude_flag : UInt16 #

def fast_mode : Bool #

def fragment_mode : Bool #

def include_flag : UInt16 #

def mapq : Int32 #

def max_frag_len : Int32 #

def min_frag_len : Int32 #

def read_groups : Array(String) #