Skip to content

Commit

Permalink
revert fasta channel mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasscheid committed Jan 21, 2025
1 parent 95d970c commit 0c81c95
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 @@ -70,7 +70,7 @@ workflow MHCQUANT {
ch_versions = ch_versions.mix(OPENMS_DECOYDATABASE.out.versions)
ch_decoy_db = OPENMS_DECOYDATABASE.out.decoy_fasta.map{ meta, fasta -> [fasta] }
} else {
ch_decoy_db = ch_fasta
ch_decoy_db = ch_fasta.map{ meta, fasta -> [fasta] }
}

// Optionally clean up mzML files
Expand Down

0 comments on commit 0c81c95

Please sign in to comment.