input[3] = [[ id:'homo_sapiens_genome' ],
file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.fasta', checkIfExists: true),
file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome.fasta.fai', checkIfExists: true) ]
Have you checked the docs?
Description of the bug
The test passes a tuple
modules/subworkflows/nf-core/fastq_align_bamcmp_bwa/tests/main.nf.test
Line 50 in ff3ce1c
to the subworkflow, and it fails because the
faiis also passed toBWA_MEMwhich doesn't expect it.Command used and terminal output
Relevant files
No response
System information
No response