-
Notifications
You must be signed in to change notification settings - Fork 28
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
metagenomic additions #60
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
dpark01
commented
May 7, 2020
•
edited
Loading
edited
- adds kraken2 classification task and workflow
- adds kraken2 as part of demux_metag workflow
- adds kraken2_build task and workflow
- adds blastx task, taking contig inputs and emitting a krona plot using ktImportBLAST
- adds classify_multi workflow which is basically demux_metag without the demux
- adds local "tinytest" for kraken2 classification that is small enough to run in a travis vm and the db fits in the github repo
- removes default value of minscoretofilter=60 from align_and_count (spike-in counting task) due to out-of-memory issues on large bam inputs (custom python code runs a big in-memory map on read ids)
- adds a default input value for samplename for assemble_refbased to simplify the one-bam-input scenario
…eate an empty archive
…krakenuniq build process to hit a more optimal speed, expose optional params for kraken2
… (zstd default), initial trial attempts at a dnanexus-like heartbeat monitor
…ny db" (the tarball is missing the taxdb.. need to fix that) This reverts commit 5b8c3ad.
…nce it causes out of memory issues for large bam inputs
…nd add a du summary of the size of the db
…update classify_multi workflow to use kraken2 based human read depletion, add dnanexus CI test for classify_multi
…instead of merging html files
…ith spaces in them
…bases to be more current than the kuniq dbs
The code looks good and is behaving as it should. As for the currently poor performance of classification, we can tune the db and parameters later -- this PR does not change demux_plus or preexisting production workflows to kraken2 yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.