Skip to content

Commit

Permalink
disable isotopic correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Oct 3, 2024
1 parent a078398 commit 76cd7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ process {
}

// IDFILTER on PROTEIN LEVEL
level = params.protein_quant == 'strictly_unique_peptides' ? 'prot' : 'protgroup'
level = params.protein_quant == 'strictly_unique_peptides' ? 'prot' : 'proteingroup'
decoys_present = params.quantify_decoys ? ' ' : '-remove_decoys'
withName: '.*:TMT:PROTEININFERENCE:IDFILTER' {
ext.args = [
Expand Down

0 comments on commit 76cd7f0

Please sign in to comment.