Add binned quality option#97
Closed
dhoogest wants to merge 19 commits into
Closed
Conversation
Readme update
Collaborator
Author
|
Note that the test bins match i100 as seen here https://knowledge.illumina.com/instrumentation/miseq-i100-series/instrumentation-miseq-i100-series-reference_material-list/000009540 |
* bump base image, R, dada2-nf version * python deps updated from direct-requirements.txt * add wget to apt list * base pip, no pip3 on ubuntu24.04 * add uv, install python deps into virtualenv and manipulate PATH * require non-empty seqs in trimmed fastq * bump vsearch, infernal * Updating deps * Pin Docker Python deps for Python 3.10 --------- Co-authored-by: Daniel Hoogestraat <dhoogest@uw.edu>
- see benjjneb/dada2#2202 for versioning weirdness
Collaborator
Author
|
@crosenth I've bumped the dada2 version in this branch and have added a comment. Should be good to go for merge and release tag. |
This file contains hidden or 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
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.
Adds conditional handling and tests for executing a binned quality score
learnErrorsas described here. To specify error bins, extend the dada2 params with a section containing:A test fixture with data from i100 mock community is added in test/i100_takara.
/cc @crosenth @nhoffman