Skip to content

Commit

Permalink
Merge pull request #279 from jonasscheid/dev
Browse files Browse the repository at this point in the history
Ensure Percolator target decoy competition
  • Loading branch information
jonasscheid authored Aug 30, 2023
2 parents 013dc25 + b79c8a7 commit bc326d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ process {
"-enzyme no_enzyme",
"-subset_max_train ${params.subset_max_train}",
"-doc ${params.description_correct_features} ",
"-post_processing_tdc",
(params.fdr_level != 'psm_level_fdrs') ? "-" + params.fdr_level : ""
].join(' ').trim()
publishDir = [
Expand Down

0 comments on commit bc326d4

Please sign in to comment.