Skip to content

Commit

Permalink
fix nf-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Apr 23, 2024
1 parent 6bfba16 commit 7a022e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nextflow_pipeline {
input = "${projectDir}/tests/inputs/samplesheet.csv"
outdir = "${outputDir}"
prefix = "test_reference"
bin_sizes = "10000,5"
bin_sizes = "10,5"
max_cpus = 2
max_memory = '6.GB'
max_time = '6.h'
Expand Down
3 changes: 1 addition & 2 deletions tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

],
[
"metrics.txt:md5,bdb678960431c256e283e21d6e1db1ed",
[
[

Expand All @@ -14,7 +13,7 @@
"multiqc_report.html:md5,d41d8cd98f00b204e9800998ecf8427e"
],
"test_reference_10kbp.npz:md5,d41d8cd98f00b204e9800998ecf8427e",
"test_reference_5bp.npz:md5,d41d8cd98f00b204e9800998ecf8427e"
"test_reference_5kbp.npz:md5,d41d8cd98f00b204e9800998ecf8427e"
]
],
"meta": {
Expand Down

0 comments on commit 7a022e7

Please sign in to comment.