-
Notifications
You must be signed in to change notification settings - Fork 114
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 parameter freyja_depthcutoff #412
Conversation
…freyja_depthcutoff
|
@nf-core-bot fix linting |
Maybe you should add the changes to the |
Forgot, I'll do my other PR as well. |
| `--freyja_db_name` | | | ||
| `--freyja_barcodes` | | | ||
| `--freyja_lineages` | | | ||
| `--freyja_depthcutoff` | | |
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 --freyja_depthcutoff should go in the new parameter column?
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 thought so too 😅 but given that the previous PR, introducing freyja had its variables in the old column I putted it there.
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.
Okay then everything looks good to me!
PR checklist
Solves issue #405
Freyja is throws a known error if it deals with samples of low coverage. It got fixed in this PR andersen-lab/Freyja#145 by including the option
--depthcutoff
.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).