Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikseidel committed Nov 1, 2024
1 parent fa3557e commit 0011711
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workflows/detaxizer.nf
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,13 @@ workflow NFCORE_DETAXIZER {

} else if (params.classification_kraken2 || (!params.classification_kraken2 && !params.classification_bbduk)){


//
// MODULE: Merge IDs
//
MERGE_IDS(
ISOLATE_KRAKEN2_IDS.out.classified_ids
)


}

ch_versions = ch_versions.mix(MERGE_IDS.out.versions.first())
Expand Down

0 comments on commit 0011711

Please sign in to comment.