Skip to content

Phyloseq object contains less ASV than it should #895

Description

@d4straub

Description of the bug

The following was reported via slack:

I am clustering my data and the summary_report claims I should have 52,594 clusters after vsearch clustering, but when I open the phyloseq object in R, it contains only 10,000 OTUs.

The solution was increasing --dada_assign_chunksize to 60000.

That indicates that only the a chunk of 10k (which is default for --dada_assign_chunksize) was forwarded to phyloseq. The channel input might be the problem. It could be related to clustering, maybe not. TSE might be also affected, since it has a similar (same?) input.

Command used and terminal output

Relevant files

No response

System information

nf-core/ampliseq versions 2.13.0 and 2.14.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions