Phyloseq produced qiime2_phyloseq.rdsorpplace_phyloseq.rds for -profile test_pplace (but not both, even if it should!) and for -profile test_reftaxcustom it produced only one of dada2_phyloseq.rds or kraken2_phyloseq.rds. The problem seemed to be that the input asv table was a single entry of a channel that allowed only one of several taxonomic classification to be processed. I combined the channels so that this should be more flexible now.
Reproducible by e.g. repeatedly running nextflow run nf-core/ampliseq -r 2.7.1 -profile test_pplace,singularity --outdir result_test_pplace_2-7-1
PR checklist
[x] This comment contains a description of changes (with reason).
[x] If you've fixed a bug or added code that should be tested, add tests!
[ ] If you've added a new tool - have you followed the pipeline conventions in the contribution docs
[ ] If necessary, also make a PR on the nf-core/ampliseq branch on the nf-core/test-datasets repository.
[x] Make sure your code lints (nf-core lint).
[x] Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
[ ] Usage Documentation in docs/usage.md is updated.
[ ] Output Documentation in docs/output.md is updated.
[x] CHANGELOG.md is updated.
[ ] README.md is updated (including new tool citations and authors/contributors).
Phyloseq produced
qiime2_phyloseq.rds
orpplace_phyloseq.rds
for-profile test_pplace
(but not both, even if it should!) and for -profile test_reftaxcustom it produced only one ofdada2_phyloseq.rds
orkraken2_phyloseq.rds
. The problem seemed to be that the input asv table was a single entry of a channel that allowed only one of several taxonomic classification to be processed. I combined the channels so that this should be more flexible now.Reproducible by e.g. repeatedly running
nextflow run nf-core/ampliseq -r 2.7.1 -profile test_pplace,singularity --outdir result_test_pplace_2-7-1
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).