You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue split primer trimming into #62. Cutadapt can't be used for binning as the QIIME 2 plugin requires an input artifact of type MultiplexedSingleEndBarcodeInSequence rather than the SampleData[PairedEndSequencesWithQuality] used for sequences downloaded with q2-fondue and typical of those downloaded from the SRA.
Instead, use VSEARCH to bin primers, as suggested on the QIIME 2 Forum. -> the alignment-only method of VSEARCH isn't wrapped in the QIIME 2 ecosystem!
To incorporate in two steps before denoising:
Initially to demultiplex amplicons, binning reads into each library-amplicon combination
e.g. V1V2, V2V3, V3V4, V4V5, V5V7, V7V9, ITS
Then primer/adapter trimming and QC (this one with MultiQC output)
The text was updated successfully, but these errors were encountered:
Might as well close. Makes sense to return to the original plan of custom artifact, split, followed by primer trimming. Unless I hear a strong case for binning?
Let's rethink this. The original one-step cutadapt binning method won't be possible without this feature or something along those lines.
If we could perform a simplified binning in a computationally efficient way, though, that would be great. The primary advantage is that we'd be able to run the workflow without requiring extensive inputs of the user: attaching a primer name, primer sequence, and a truncation length to every single sample. Binning allows us to have primer name/sequence/truncation length input completely separately from samples.
Closes#51 and #62. Introduces Cutadapt to the workflow for both primer
removal and binning. Though it may not be the most computationally
efficient method, the workflow takes a single FASTQ input artifact and
splits it into N artifacts depending on the N primers provided by the
user.
As a result, this removes the former FASTQ split processes. I'm open to
further discussion on whether we should bring that back for efficiency's
sake.
Original issue split primer trimming into #62. Cutadapt can't be used for binning as the QIIME 2 plugin requires an input artifact of type
MultiplexedSingleEndBarcodeInSequence
rather than theSampleData[PairedEndSequencesWithQuality]
used for sequences downloaded withq2-fondue
and typical of those downloaded from the SRA.Instead, use VSEARCH to bin primers, as suggested on the QIIME 2 Forum.-> the alignment-only method of VSEARCH isn't wrapped in the QIIME 2 ecosystem!To incorporate
in two stepsbefore denoising:Then primer/adapter trimming and QC (this one with MultiQC output)The text was updated successfully, but these errors were encountered: