ENH: add SampleData[JoinedSequencesWithQuality] as input for classify-Kraken2 #202
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.
Hi All,
I am currently using the metagenome distro for one of my analyses!
I was initally strugging with my percentage unclassified from
classify-kraken2
. I found that joining my reads via vsearch and then runningclassify-kraken2
was helping my classification significantly. So I thought It might be a good idea to expose this as an input to the method. This was super easy because it is the same directory format as SampleData[SequencesWithQuality].I have run this code change with my data and it runs with no issues. Feel free to close if there is a reason Joined sequences can't be used with Kraken2 that I haven't thought of!
This PR does rely on a PR in Demux so that these samples can be partitioned correctly.
(I originally tested this PR in 2024.5 and then I merged dev into this branch so apologizes for the funky commit history).
Let me know if you have any questions. I don't have a ton of bandwidth if this PR needs code changes but more than happy to help as much as I can!
Depends on qiime2/q2-demux#165