Skip to content

Commit 18f0c18

Browse files
authored
Merge pull request #709 from nf-core/fixdev
Fix issues in dev
2 parents 6498647 + 240be93 commit 18f0c18

File tree

4 files changed

+34
-6
lines changed

4 files changed

+34
-6
lines changed

.github/workflows/nf-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
runs-on: # use self-hosted runners
3838
- runs-on=$-nf-test-changes
3939
- runner=4cpu-linux-x64
40+
- disk=large
4041
outputs:
4142
shard: ${{ steps.set-shards.outputs.shard }}
4243
total_shards: ${{ steps.set-shards.outputs.total_shards }}

tests/default.nf.test.snap

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,15 @@
341341
"TABIX_TABIX": {
342342
"tabix": 1.2
343343
},
344+
"TABIX_TABIX_MERGE": {
345+
"tabix": 1.2
346+
},
347+
"TABIX_TABIX_MT2": {
348+
"tabix": 1.2
349+
},
350+
"TABIX_TABIX_MT": {
351+
"tabix": 1.2
352+
},
344353
"TABIX_VEP": {
345354
"tabix": 1.2
346355
},
@@ -366,7 +375,7 @@
366375
"vcfanno": "0.3.5"
367376
},
368377
"Workflow": {
369-
"nf-core/raredisease": "v2.6.0dev"
378+
"nf-core/raredisease": "v2.6.0"
370379
},
371380
"ZIP_TABIX_ROHCALL": {
372381
"tabix": 1.2
@@ -569,6 +578,6 @@
569578
"nf-test": "0.9.2",
570579
"nextflow": "25.04.3"
571580
},
572-
"timestamp": "2025-06-11T20:29:48.369992294"
581+
"timestamp": "2025-06-16T15:08:20.089341908"
573582
}
574583
}

tests/test_bam.nf.test.snap

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,15 @@
322322
"TABIX_TABIX": {
323323
"tabix": 1.2
324324
},
325+
"TABIX_TABIX_MERGE": {
326+
"tabix": 1.2
327+
},
328+
"TABIX_TABIX_MT2": {
329+
"tabix": 1.2
330+
},
331+
"TABIX_TABIX_MT": {
332+
"tabix": 1.2
333+
},
325334
"TABIX_VEP": {
326335
"tabix": 1.2
327336
},
@@ -347,7 +356,7 @@
347356
"vcfanno": "0.3.5"
348357
},
349358
"Workflow": {
350-
"nf-core/raredisease": "v2.6.0dev"
359+
"nf-core/raredisease": "v2.6.0"
351360
},
352361
"ZIP_TABIX_ROHCALL": {
353362
"tabix": 1.2
@@ -534,6 +543,6 @@
534543
"nf-test": "0.9.2",
535544
"nextflow": "25.04.3"
536545
},
537-
"timestamp": "2025-06-11T16:17:56.744454194"
546+
"timestamp": "2025-06-16T15:11:10.063786271"
538547
}
539548
}

tests/test_singleton.nf.test.snap

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,15 @@
329329
"TABIX_TABIX": {
330330
"tabix": 1.2
331331
},
332+
"TABIX_TABIX_MERGE": {
333+
"tabix": 1.2
334+
},
335+
"TABIX_TABIX_MT2": {
336+
"tabix": 1.2
337+
},
338+
"TABIX_TABIX_MT": {
339+
"tabix": 1.2
340+
},
332341
"TABIX_VEP": {
333342
"tabix": 1.2
334343
},
@@ -348,7 +357,7 @@
348357
"vcfanno": "0.3.5"
349358
},
350359
"Workflow": {
351-
"nf-core/raredisease": "v2.6.0dev"
360+
"nf-core/raredisease": "v2.6.0"
352361
},
353362
"ZIP_TABIX_ROHCALL": {
354363
"tabix": 1.2
@@ -457,6 +466,6 @@
457466
"nf-test": "0.9.2",
458467
"nextflow": "25.04.3"
459468
},
460-
"timestamp": "2025-06-11T20:44:39.735905645"
469+
"timestamp": "2025-06-16T15:14:25.756733004"
461470
}
462471
}

0 commit comments

Comments
 (0)