Closed LaurenceKuhl closed 2 months ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit f46857f
+| ✅ 229 tests passed |+
#| ❔ 3 tests were ignored |#
!| ❗ 4 tests had warnings |!
Hi @jasmezz I think regarding functionality it was more or less demanded to be like this by the users of the pipeline :)
Hi!
I here modified the documentation and the way 4 modules (RRA, MLE, Drugz and Bagel2) are called in the workflow. The user now needs to only specify a contrast file and any of the modules (ie
--rra
,--mle,
--drugz
,--bagel2
) to get the module running.One of the modules was also not working properly (only running once) because I hadn't set the channels properly (with .first() at the end did the trick)