-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update published contigs #25
Conversation
Previously, contigs undergoing only one filter were published
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.
LGTM... left one comment about the output naming.
subworkflows/local/assembly_qc.nf
Outdated
) | ||
|
||
emit: | ||
filtered_contigs = filtered_contigs | ||
filtered_contigs = cleaned_contigs |
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.
We should also rename the output to avoid having to remember this name mapping outside the module
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.
To which output are you referring to, the one from this subwf or the one for published contigs? @mberacochea
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.
This one, in the emit:
filtered_contigs = cleaned_contigs
should be
cleaned_contigs = cleaned_contigs
Small PR to be put in production to solve a small bug. Previously, contigs filtered by human were published. We want those filtered by host too.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).README.md
is updated (including new tool citations and authors/contributors).