Closed tillenglert closed 2 months ago
When multiple microbiomes with different weights exist, the resulting protein_entities.tsv will be duplicated.
protein_entities.tsv
This PR fixes the bug and updates all snapshots for the tests
nf-core lint
nextflow run . -profile test,docker --outdir <OUTDIR>
nextflow run . -profile debug,test,docker --outdir <OUTDIR>
docs/usage.md
docs/output.md
CHANGELOG.md
README.md
Posted for pipeline commit dde3c9b
+| ✅ 195 tests passed |+ #| ❔ 2 tests were ignored |# !| ❗ 3 tests had warnings |!
When multiple microbiomes with different weights exist, the resulting
protein_entities.tsv
will be duplicated.This PR fixes the bug and updates all snapshots for the tests
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).