-
Notifications
You must be signed in to change notification settings - Fork 8
Jessicarowell/add blast blastp #41
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
base: dev
Are you sure you want to change the base?
Conversation
|
olgabot
left a comment
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.
Hello! Thank you so much for your hard work. Please make sure to add to the output documentation (docs/ folder), add your tool to the README.md list, USAGE.md as well.
Check out the rnaseq pipeline docs for inspiration:
- Output: https://nf-co.re/rnaseq/3.18.0/docs/output/
- Usage: https://nf-co.re/rnaseq/3.18.0/docs/usage/
If you feel so inclined, feel free to update the lines from orange to green on the BLASTP metromap using the VS Code Excalidraw extension!
Thank you so much!
| // SUBWORKFLOW: BLASTP | ||
| // | ||
| BLASTP ( | ||
| ch_multifasta, params.blastp_outfmt |
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.
| ch_multifasta, params.blastp_outfmt | |
| ch_multifasta, | |
| params.blastp_outfmt |
Add 4 space indentation and parameters on separate lines for readability
| ch_multifasta, params.blastp_outfmt | ||
| ) | ||
| ch_versions = ch_versions.mix(BLASTP.out.versions.first()) | ||
|
|
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.
Please add the BLASTP output to the pipeline output
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,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).