Closed pinin4fjords closed 5 months ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 8fb05ca
+| ✅ 294 tests passed |+
#| ❔ 4 tests were ignored |#
!| ❗ 3 tests had warnings |!
Thanks @WackerO !
This PR fixes two problems:
log2_assays
parameter impacted on the exploratory plotting script, but not the app building. This led to incorrect logging of matrices in the app. The PR passes the parameter to shinyngs, which had to be updated to pass the argument correctly internally. This replaces previous 'guessing' functionality related to log status, in line with previous work on the exploratory script.id
part of the contrast passes around internal to differentialabundance.PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).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).