Addresses issue: #609
It's not LULU, but I figured VSEARCH cluster would be easier to add for ASV post-clustering because there is already an nf-core module (with biocontainer and bioconda).
I've added a test profile, but I haven't added a .test.snap file yet because I'm not sure what tool I should be using to get the md5 value.
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!
[x] If you've added a new tool - have you followed the pipeline conventions in the contribution docs
[x] Make sure your code lints (nf-core lint).
[x] Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
[x] Output Documentation in docs/output.md is updated.
[x] CHANGELOG.md is updated.
[x] README.md is updated (including new tool citations and authors/contributors).
Addresses issue: #609 It's not LULU, but I figured VSEARCH cluster would be easier to add for ASV post-clustering because there is already an nf-core module (with biocontainer and bioconda).
I've added a test profile, but I haven't added a .test.snap file yet because I'm not sure what tool I should be using to get the md5 value.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).