Skip to content

Commit

Permalink
fix ionannotator input for mzml files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasscheid committed Sep 21, 2023
1 parent 3eecfbf commit 7bcd973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/mhcquant.nf
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ workflow MHCQUANT {
ch_decoy_db = ch_fasta_file
}

ch_ms_files = (branched_ms_files.mzml)
ch_ms_files = branched_ms_files.mzml.map{ meta, mzml -> [meta, mzml[0]]}
// Raw file conversion
THERMORAWFILEPARSER(branched_ms_files.raw)
ch_versions = ch_versions.mix(THERMORAWFILEPARSER.out.versions.ifEmpty(null))
Expand Down

0 comments on commit 7bcd973

Please sign in to comment.