Skip to content

Commit c1b5874

Browse files
authored
Update filters nextflow.config
based on comment #301 (comment) and the corresponding benchamrks I have updated the filters and parameters for LFQ
1 parent 3cbfecb commit c1b5874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ params {
156156
// ProteomicsLFQ MBR parameters
157157
targeted_only = true // If false MBR will be applied for quantification of all proteins
158158
feature_with_id_min_score = 0.10
159-
feature_without_id_min_score = 0.90
160-
lfq_intensity_threshold = 10000
159+
feature_without_id_min_score = 0.75
160+
lfq_intensity_threshold = 1000
161161

162162
// Bruker data
163163
convert_dotd = false

0 commit comments

Comments
 (0)