-
Notifications
You must be signed in to change notification settings - Fork 1k
Update binning tutorial #6409
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: main
Are you sure you want to change the base?
Update binning tutorial #6409
Conversation
- Add vinisalazar
- Create images directory - Point readers to metagenomics-assembly dir as prerequisite
- References were incorrectly pointing to MEGAHIT
shiltemann
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.
Thanks @vinisalazar!
Code review from @shiltemann
| @@ -1,3 +1,14 @@ | |||
| @article{nissen2021improved, | |||
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.
| > <hands-on-title>Individual binning of short-reads with MetaBAT 2</hands-on-title> | ||
| > 1. {% tool [MetaBAT 2](toolshed.g2.bx.psu.edu/repos/iuc/megahit/megahit/1.2.9+galaxy0) %} with parameters: | ||
| > 1. {% tool [MetaBAT 2](https://toolshed.g2.bx.psu.edu/view/iuc/metabat2/01f02c5ddff8) %} with parameters: |
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.
🚫 [GTN Lint] <GTN:009> reported by reviewdog 🐶
You have used an invalid tool URL, it should be of the form "toolshed.g2.bx.psu.edu/repos/{owner}/{repo}/{tool}/{version}" (or an internal tool ID) so, please double check.
| > 1. {% tool [MetaBAT 2](https://toolshed.g2.bx.psu.edu/view/iuc/metabat2/01f02c5ddff8) %} with parameters: | |
| > 1. {% tool [MetaBAT 2](https://toolshed.g2.bx.psu.edu/view/iuc/metabat2/01f02c5ddff8) %} with parameters: |
Follow-up to #6408
Work for the FAIRyMAGs 2025 hackathon
Task: update binning tutorial
Summary of changes:
Submitting as a draft for now, will mark as ready when I'm done