Add ability to save assembly-mapped reads#494
Conversation
This PR is against the
|
|
| pattern: "*.log" | ||
| ], | ||
| [ | ||
| path: { "${params.outdir}/Assembly/${assembly_meta.assembler}/QC/${assembly_meta.id}" }, |
There was a problem hiding this comment.
Maybe Assembly/${assembly_meta.assembler}/(bams|maps)/${assembly_meta.id} or similar? Or even AssemblyMaps/${assembly_meta.assembler}/${assembly_meta.id}/? Not sure that bams/bais fit into the context of 'QC'!
There was a problem hiding this comment.
I think QC would be okay because the alignment can be used to quality check the assemblies, but agree that keeping it broader (like bam/maps) might work better because these BAM files have other uses as well.
There was a problem hiding this comment.
Exactly, I'm keeping them alongside where the bowtie2 log file is saved... I don't want to rock the boat too much v😬
There was a problem hiding this comment.
If you agree we can reconfigure the output in the future, then could you give a ✅!
|
Thanks @CarsonJM (and @prototaxites !) |
closes #487
(breaking my own rule, but very simple change while we are waiting for final CAT bugfix)
PR checklist
nf-core lint).nextflow run . -profile test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).