Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/modules/nf-core/genrich/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ process {
withName: GENRICH_ALL {
ext.args = {
[
"-p 0.1",
"-p 0.9",
"-k ${meta.id}.pileup.bedGraph",
"-f ${meta.id}.pvalues.bedGraph",
"-b ${meta.id}.intervals.bed",
Expand Down
4 changes: 2 additions & 2 deletions tests/modules/nf-core/genrich/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
- path: output/genrich/test.intervals.bed
md5sum: 4bea65caa3f4043d703af4b57161112e
- path: output/genrich/test.narrowPeak
md5sum: d41d8cd98f00b204e9800998ecf8427e
md5sum: 82bc06c2e44e4d91152a6ac6557a2c6e

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even better 😍

- path: output/genrich/test.pileup.bedGraph
md5sum: 03e53848de695b5794f32f15b2709203
- path: output/genrich/test.pvalues.bedGraph
md5sum: b14feef34b6d2379a173a734ca963cde
md5sum: 21ad9731340e9bedc30c4d34f7db7751
- path: output/genrich/versions.yml

- name: genrich test_genrich_blacklist
Expand Down