Skip to content
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

Refactor trimming and filtering #49

Open
cjfields opened this issue Oct 28, 2024 · 0 comments
Open

Refactor trimming and filtering #49

cjfields opened this issue Oct 28, 2024 · 0 comments
Labels
DSL2 Prioritize for DSL2 implementation

Comments

@cjfields
Copy link
Contributor

We are performing a few different variations of trimming and filtering, with many of these using mashups of cutadapt and DADA2's filterAndTrim.

  • Illumina paired-end (non-variable, overlapping or non-overlapping) - only DADA2 filterAndTrim (16S V4, V3-V5)
  • Illumina paired-end variable, overlapping + non-overlapping - cutadapt + DADA2 filterAndTrim (ITS)
  • PacBio HiFi - cutadapt + filterAndTrim (full-length 16S)

It's worth setting these up as subworkflows based on the above choices; this would of course require DSL2.

@cjfields cjfields added the DSL2 Prioritize for DSL2 implementation label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DSL2 Prioritize for DSL2 implementation
Projects
None yet
Development

No branches or pull requests

1 participant