Skip to content

Commit

Permalink
test(#6505): Attempt a topic channel with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Sep 10, 2024
1 parent 457bf9e commit 2925c17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nf-core/bowtie/build/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ process BOWTIE_BUILD {
output:
path 'bowtie' , emit: index
path "versions.yml" , emit: versions
tuple val("$task.process"), val("bowtie"), eval("echo \$(bowtie --version 2>&1) | sed 's/^.*bowtie-align-s version //; s/ .*\$//'"), topic: version

when:
task.ext.when == null || task.ext.when
Expand Down

0 comments on commit 2925c17

Please sign in to comment.