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

Add option to assign ASV to multiple species with DADA2 #670

Closed
andand opened this issue Dec 4, 2023 · 3 comments
Closed

Add option to assign ASV to multiple species with DADA2 #670

andand opened this issue Dec 4, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@andand
Copy link

andand commented Dec 4, 2023

Description of feature

Corresponding to setting allowMultiple = TRUE in assignSpecies or addSpecies.

@andand andand added the enhancement New feature or request label Dec 4, 2023
@erikrikarddaniel
Copy link
Member

Would make sense. I can foresee some parsing problems of the resulting output file, but nothing that can't be dealt with. A test case would hence be good.

@erikrikarddaniel
Copy link
Member

I just realized you can probably do this right away by creating a nextflow.config file with the following content:

process {
    withName: DADA2_ADDSPECIES {
        ext.args = "allowMultiple = TRUE, n = 1e5"
    }
}

If this breaks the output or not, I'm not sure, but if you try please report what happened.

@d4straub
Copy link
Collaborator

Added that option to dev, will be in release 2.8.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants