Skip to content

workflow FASTQ_CREAT_UMI_CONSENSUS_FGBIO wrong input for BWAMEM1_INDEX #11519

@piplus2

Description

@piplus2

Have you checked the docs?

Description of the bug

The workflow FASTQ_CREATE_UMI_CONSENSUS_FGBIO expects the input:

fasta_fai_dict // channel: [mandatory] [ val(meta), /path/to/reference/fasta, /path/to/reference/fasta.fai, /path/to/reference/dictionary ]

which is then passed to BWAMEM1_INDEX, but BWA_INDEX expects a tuple [meta, fasta].
All tests where this workflow is involved fail because of the unexpected argument.

Command used and terminal output

Relevant files

No response

System information

  • nextflow 26.04.0.12031
  • Desktop
  • docker 29.1.3
  • Ubuntu 24.04

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