Closed WackerO closed 1 year ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 646ffa4
+| ✅ 125 tests passed |+
#| ❔ 27 tests were ignored |#
!| ❗ 10 tests had warnings |!
If you are changing the parameter name of pval_threshold
please also update the docs
.
If you are changing the parameter name of
pval_threshold
please also update thedocs
.
Param is now called adj_pval_threshold and this is reflected in usage.md, I assume that is what you meant? I'll ask @qbicStefanC about the renaming and if necessary do a follow-up PR to rename it back to pval_threshold
This PR adds a threshold for size factor variance (0.05) above which the pipeline will automatically use rlog transformation even if the user requests vst (can be overridden by user). Additionally, heatmaps are now saved inside a trycatch (especially
png()
often throws an error), meanSdPlot has now correct plot titles depending on rlog/vst and < or > comparisons (is pval < 0.05) are now always <= or >= (is pval <= 0.05) as this is also what thegost()
function does.@qbicStefanC
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).