We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84f186 commit e04edc0Copy full SHA for e04edc0
1 file changed
modules/nf-core/bwa/mem/tests/main.nf.test
@@ -98,6 +98,10 @@ nextflow_process {
98
config "./nextflow_sam.config"
99
100
when {
101
+ params {
102
+ module_args = "--output-fmt sam"
103
+ }
104
+
105
process {
106
"""
107
input[0] = [
@@ -243,6 +247,10 @@ nextflow_process {
243
247
244
248
245
249
250
251
252
253
246
254
255
256
0 commit comments