-
Notifications
You must be signed in to change notification settings - Fork 14
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
ENH: parallelize Kaiju classification #200
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #200 +/- ##
==========================================
- Coverage 98.73% 97.73% -1.01%
==========================================
Files 78 64 -14
Lines 4671 4715 +44
Branches 0 391 +391
==========================================
- Hits 4612 4608 -4
+ Misses 59 58 -1
- Partials 0 49 +49 ☔ View full report in Codecov by Sentry. |
This PR/issue depends on: |
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.
Looks good to me!
Co-authored-by: Christos Konstantinos Matzoros <[email protected]>
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.
Everything looks good to me!
I ran it on euler with the plasmids db and paired reads with parsl and it works without any problems.
Closes #199.
QIIME docs on how to use the parallelization can be found here.
To run you'll need any artifact with short reads and a Kaiju DB which can be fetched using the
fetch-kaiju-db
action.Depends on #201.