Skip to content

Commit

Permalink
added threads to parameter vector passed to redundancy reduction work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
AnnSeidel committed May 28, 2020
1 parent 63193c8 commit 41d03ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commons/LocalParameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class LocalParameters : public Parameters {
reduceredundancy.push_back(&PARAM_GAP_OPEN);
reduceredundancy.push_back(&PARAM_GAP_EXTEND);
reduceredundancy.push_back(&PARAM_ZDROP);
reduceredundancy.push_back(&PARAM_THREADS);


// assembledb workflow
Expand Down

0 comments on commit 41d03ca

Please sign in to comment.