Fixes check for database compatibility with --sbdiexport when sintax is used. Previously, tests failed if incompatible dada2 database is given, even if sintax is used for taxonomy assignment.
PR checklist
[x] This comment contains a description of changes (with reason).
[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).
Fixes check for database compatibility with
--sbdiexport
when sintax is used. Previously, tests failed if incompatible dada2 database is given, even if sintax is used for taxonomy assignment.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).