Skip to content

Commit 0012faf

Browse files
Autofix Nextflow configuration regression tests
1 parent 4e5c3d5 commit 0012faf

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

test/configtest-F16.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@
5555
"GATK_version": "4.6.1.0",
5656
"MuSE_version": "2.1.2",
5757
"algorithm": [
58-
"somaticsniper"
58+
"somaticsniper",
59+
"strelka2",
60+
"mutect2",
61+
"muse"
5962
],
6063
"bam_readcount_version": "1.0.1",
6164
"base_allocations": {

test/configtest-F32.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@
5555
"GATK_version": "4.6.1.0",
5656
"MuSE_version": "2.1.2",
5757
"algorithm": [
58-
"somaticsniper"
58+
"somaticsniper",
59+
"strelka2",
60+
"mutect2",
61+
"muse"
5962
],
6063
"bam_readcount_version": "1.0.1",
6164
"base_allocations": {

0 commit comments

Comments
 (0)