Skip to content

FASTQ_ALIGN_BAMCMP_BWA fails CI because of wrong input in the test #11548

@piplus2

Description

@piplus2

Have you checked the docs?

Description of the bug

The test passes a tuple

input[3] = [[ id:'homo_sapiens_genome' ],

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) ]

to the subworkflow, and it fails because the fai is also passed to BWA_MEM which doesn't expect it.

Command used and terminal output

Relevant files

No response

System information

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions