Closed stephenturner closed 1 week ago
Merqury inputs should include the meryl db (created from reads), and the assembly.
https://github.com/nf-core/genomeqc/blob/5e5f897730524eb771aa574920a42064876f1ea1/modules/nf-core/merqury/merqury/main.nf#L11-L12
Typo in the current implementation that joins to the reads (fasta), not the assembly.
https://github.com/nf-core/genomeqc/blob/5e5f897730524eb771aa574920a42064876f1ea1/workflows/genomeqc.nf#L127-L129
Need to change this to fasta, not fastq.
Also need to change this in the subworkflow nf-core/modules#6905
Fixed here 49a21b3.
Merqury inputs should include the meryl db (created from reads), and the assembly.
https://github.com/nf-core/genomeqc/blob/5e5f897730524eb771aa574920a42064876f1ea1/modules/nf-core/merqury/merqury/main.nf#L11-L12
Typo in the current implementation that joins to the reads (fasta), not the assembly.
https://github.com/nf-core/genomeqc/blob/5e5f897730524eb771aa574920a42064876f1ea1/workflows/genomeqc.nf#L127-L129
Need to change this to fasta, not fastq.
Also need to change this in the subworkflow nf-core/modules#6905