Skip to content

Commit 17e6397

Browse files
Update subworkflows/local/rescore/main.nf
Co-authored-by: Joon Klaps <joon.klaps@kuleuven.be>
1 parent 98fd653 commit 17e6397

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subworkflows/local/rescore/main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ workflow RESCORE {
4343

4444
// Filter by mokapot q-value
4545
OPENMS_IDFILTER_Q_VALUE(ch_rescored_runs.map {group_meta, idxml -> [group_meta, idxml, []]})
46-
// ch_versions = ch_versions.mix(OPENMS_IDFILTER_Q_VALUE.out.versions)
4746
ch_filter_q_value = OPENMS_IDFILTER_Q_VALUE.out.filtered
4847

4948
} else {

0 commit comments

Comments
 (0)