struct Meru::Config

Defined in:

meru/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(k : Int32 = 21, output_prefix : String = "meru", threads : Int32 = 1, min_depth : Int32 = 1, max_depth : Int32 | Nil = nil, plot : Bool = true, input_paths : Array(String) = [] of String, hist_only : Bool = false, pair_min_depth : Int32 | Nil = nil, pair_max_depth : Int32 | Nil = nil, chunk_size : Int32 = 10000, log_scale : Bool = true, linear_smudge : Bool = false, plot_width : Int32 = 40, plot_height : Int32 = 30) #

[View source]

Instance Method Detail

def chunk_size : Int32 #

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

[View source]
def effective_pair_max_depth : Int32 | Nil #

[View source]
def effective_pair_min_depth : Int32 #

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

[View source]
def hist_only? : Bool #

[View source]
def input_paths : Array(String) #

[View source]
def input_paths=(input_paths : Array(String)) #

[View source]
def k : Int32 #

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

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

[View source]
def linear_smudge? : Bool #

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

[View source]
def log_scale? : Bool #

[View source]
def max_depth : Int32 | Nil #

[View source]
def max_depth=(max_depth : Int32 | Nil) #

[View source]
def min_depth : Int32 #

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

[View source]
def output_prefix : String #

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

[View source]
def pair_max_depth : Int32 | Nil #

[View source]
def pair_max_depth=(pair_max_depth : Int32 | Nil) #

[View source]
def pair_min_depth : Int32 | Nil #

[View source]
def pair_min_depth=(pair_min_depth : Int32 | Nil) #

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

[View source]
def plot? : Bool #

[View source]
def plot_height : Int32 #

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

[View source]
def plot_width : Int32 #

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

[View source]
def threads : Int32 #

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

[View source]