Skip to content

Commit

Permalink
Remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 authored Jan 16, 2024
1 parent 4bc12ef commit ec06db8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions workflows/mag.nf
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,6 @@ workflow MAG {
ch_short_reads = CAT_FASTQ.out.reads.map { meta, reads -> [ meta, reads ]}.mix(ch_short_reads_catskipped)
ch_versions = ch_versions.mix(CAT_FASTQ.out.versions.first())




if ( params.bbnorm ) {
if ( params.coassemble_group ) {
// Interleave pairs, to be able to treat them as single ends when calling bbnorm. This prepares
Expand Down

0 comments on commit ec06db8

Please sign in to comment.