Skip to content
Snippets Groups Projects
Commit 50a1bce7 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

fixed bug: quality score threshold for nucleotide was not initialized when provided by the user

parent 8bd81a40
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ public:
parms.kappa=50;
parms.kappa_prime=0;
parms.lambda=0;
parms.nucl_score_threshold=0;
verbose_mode=0;
cms_size=0;
expected_collision_proba=0.0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment