unsignedlongnb_k_mers;// expected number of k-mers in input data if specified by the user.
unsignedlongnb_k_mers;// expected number of k-mers in input data if specified by the user.
intk;// size of the k-mers
intk;// size of the k-mers
intverbose_mode;
intverbose_mode;
intprocess_PE_separately;
std::stringinput_file,output_file;
std::stringinput_file,output_file;
std::vector<IO_fq_files>single_files;
std::vector<IO_fq_files>single_files;
...
@@ -119,6 +120,7 @@ public:
...
@@ -119,6 +120,7 @@ public:
qual_thres.nucl_score_threshold=k_phred_32;
qual_thres.nucl_score_threshold=k_phred_32;
qual_thres.k=k;
qual_thres.k=k;
verbose_mode=0;
verbose_mode=0;
process_PE_separately=0;
cms_size=0;
cms_size=0;
expected_collision_proba=0.0;//! collision probability that is computed at the beginning of ROCK from the expected number of distinct k-mers provided by the user.
expected_collision_proba=0.0;//! collision probability that is computed at the beginning of ROCK from the expected number of distinct k-mers provided by the user.
parms.max_filter_size=getNodePhysMemory()/100.0*90-defaultGRPMAXSize;// Prefer not to use all the machine's memory
parms.max_filter_size=getNodePhysMemory()/100.0*90-defaultGRPMAXSize;// Prefer not to use all the machine's memory