-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).