Open thomas-tams opened 3 weeks ago
nf-core pipelines lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 128ffe8
+| ✅ 317 tests passed |+
#| ❔ 7 tests were ignored |#
!| ❗ 4 tests had warnings |!
@nf-core-bot fix linting
PR checklist
nf-test test main.nf.test -profile test,docker
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test_experimental,docker --outdir <OUTDIR>
).CHANGELOG.md
is updated.Contribution
Adding the GSEA code from workflows/differentialabundance.nf into subworkflow/enrichment/main.nf.
Adding channel parsing from differentialabundance.nf through EXPERIMENTAL down to ENRICHMENT in order to run the code. Maybe some of this parsing can be done better with fewer args? However this is outside my current knowledge.