Skip to content

Commit e04edc0

Browse files
committed
fix: adhere to test specifications
1 parent b84f186 commit e04edc0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

modules/nf-core/bwa/mem/tests/main.nf.test

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ nextflow_process {
9898
config "./nextflow_sam.config"
9999

100100
when {
101+
params {
102+
module_args = "--output-fmt sam"
103+
}
104+
101105
process {
102106
"""
103107
input[0] = [
@@ -243,6 +247,10 @@ nextflow_process {
243247
config "./nextflow_sam.config"
244248

245249
when {
250+
params {
251+
module_args = "--output-fmt sam"
252+
}
253+
246254
process {
247255
"""
248256
input[0] = [

0 commit comments

Comments
 (0)