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
Description of the bug
The following was reported via slack:
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