Skip to content

Commit

Permalink
Allow use of parameter --fdr again
Browse files Browse the repository at this point in the history
  • Loading branch information
RuoshiZhang authored Jun 6, 2020
1 parent 5a48fce commit fc5e668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commons/LocalParameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class LocalParameters : public Parameters {
predictmatchworkflow = combineList(predictmatchworkflow, combinepvalbyset);
predictmatchworkflow = combineList(predictmatchworkflow, filtermatchbyfdr);
predictmatchworkflow = combineList(predictmatchworkflow, summarizeresults);
predictmatchworkflow.push_back(&PARAM_FDR_CUTOFF);
//predictmatchworkflow.push_back(&PARAM_FDR_CUTOFF);
//predictmatchworkflow.push_back(&PARAM_FORMAT_TYPE);
predictmatchworkflow.push_back(&PARAM_REPORT_PAM);

Expand Down

0 comments on commit fc5e668

Please sign in to comment.