Closed d4straub closed 1 year ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 0cb5e8e
+| ✅ 152 tests passed |+
#| ❔ 3 tests were ignored |#
!| ❗ 2 tests had warnings |!
Thanks for the review!
Alpha diversity is considered not trustworthy when it correlates positively with sequencing depth, see
https://github.com/benjjneb/dada2/issues/317
. I added a section in the report with Spearman's rank correlation for total counts per sample after all filtering steps to alpha diversity measures. Maybe it also might be good to do this with sequencing depth at other levels, such as raw reads, cutadapt filtered reads, QC filtered reads or such. But that seems probably too much. Its more to raise awareness and give an alarm if something is found to be significantly positive correlated. I did not add multiple testing correction, but with 4 test that might be fine.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).