-
Notifications
You must be signed in to change notification settings - Fork 126
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
Fix filters with --input_fasta #630
Conversation
|
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.
👍
Is a change log entry warranted -- this report is completely new, right, so I suppose no?
Thanks for the approval but I attempt to fix test_fasta with all functionality, so I will add a few more commits ;) |
I had two minutes before a meeting... ;-) |
Alright, I think all is fine. |
Closes #629
Also added verbose error message if ASV length or codon filter remove all ASVs. rRNA filter had such an error already.
Fixed:
Will not fix:
nextflow run ampliseq -profile test_fasta,singularity --outdir results_fasta -resume --vsearch_cluster
therefore no VSEARCH clustering will be available with fasta file input. If need be that can be fixed in another PR.
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).