Skip to content

Commit 0df06d3

Browse files
committed
Update configtests
1 parent f820dd3 commit 0df06d3

2 files changed

Lines changed: 84 additions & 2 deletions

File tree

test/configtest-F16.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
"cpus": "6",
6868
"memory": "6 GB"
6969
},
70+
"call_sSNV_DeepSomatic": {
71+
"cpus": "4",
72+
"memory": "15 GB"
73+
},
7074
"call_sSNV_MuSE": {
7175
"cpus": "6",
7276
"memory": "24 GB"
@@ -91,6 +95,10 @@
9195
"cpus": "1",
9296
"memory": "1 GB"
9397
},
98+
"convert_IntervalListToBed_GATK": {
99+
"cpus": "1",
100+
"memory": "1 GB"
101+
},
94102
"create_IndelCandidate_SAMtools": {
95103
"cpus": "1",
96104
"memory": "1 GB"
@@ -122,12 +130,14 @@
122130
"call_ssnv_r_version": "dev",
123131
"dataset_id": "TWGSAMIN",
124132
"dbSNP": "/hot/resource/database/dbSNP-155/original/GRCh38/GCF_000001405.39.gz",
133+
"deepsomatic_version": "1.9.0",
125134
"docker_container_registry": "ghcr.io/uclahs-cds",
126135
"docker_image_BCFtools": "ghcr.io/uclahs-cds/bcftools:1.21",
127136
"docker_image_GATK": "broadinstitute/gatk:4.6.1.0",
128137
"docker_image_MuSE": "ghcr.io/uclahs-cds/muse:2.1.2",
129138
"docker_image_bam_readcount": "ghcr.io/uclahs-cds/bam_readcount:1.0.1",
130139
"docker_image_bpg": "ghcr.io/uclahs-cds/boutroslabplottinggeneral:7.1.0",
140+
"docker_image_deepsomatic": "google/deepsomatic:1.9.0",
131141
"docker_image_manta": "ghcr.io/uclahs-cds/manta:1.6.0",
132142
"docker_image_r_VennDiagram": "ghcr.io/uclahs-cds/call-ssnv-r:dev",
133143
"docker_image_somaticsniper": "ghcr.io/uclahs-cds/somaticsniper:1.0.5.0",
@@ -183,6 +193,12 @@
183193
"strategy": "add"
184194
}
185195
},
196+
"call_sSNV_DeepSomatic": {
197+
"memory": {
198+
"operand": "10 GB",
199+
"strategy": "add"
200+
}
201+
},
186202
"call_sSNV_MuSE": {
187203
"memory": {
188204
"operand": "8 GB",
@@ -219,6 +235,12 @@
219235
"strategy": "add"
220236
}
221237
},
238+
"convert_IntervalListToBed_GATK": {
239+
"memory": {
240+
"operand": "2",
241+
"strategy": "exponential"
242+
}
243+
},
222244
"create_IndelCandidate_SAMtools": {
223245
"memory": {
224246
"operand": "5 GB",
@@ -374,6 +396,15 @@
374396
"cpus": "6",
375397
"memory": "6 GB"
376398
},
399+
"withName:call_sSNV_DeepSomatic": {
400+
"cpus": "4",
401+
"memory": {
402+
"1": "15 GB",
403+
"2": "25 GB",
404+
"3": "31 GB",
405+
"closure": "retry_updater(15 GB, add, 10 GB, $task.attempt, memory)"
406+
}
407+
},
377408
"withName:call_sSNV_MuSE": {
378409
"cpus": "6",
379410
"memory": {
@@ -431,6 +462,15 @@
431462
"closure": "retry_updater(1 GB, add, 5 GB, $task.attempt, memory)"
432463
}
433464
},
465+
"withName:convert_IntervalListToBed_GATK": {
466+
"cpus": "1",
467+
"memory": {
468+
"1": "1 GB",
469+
"2": "2 GB",
470+
"3": "4 GB",
471+
"closure": "retry_updater(1 GB, exponential, 2, $task.attempt, memory)"
472+
}
473+
},
434474
"withName:create_IndelCandidate_SAMtools": {
435475
"cpus": "1",
436476
"memory": {
@@ -504,7 +544,8 @@
504544
"somaticsniper",
505545
"strelka2",
506546
"mutect2",
507-
"muse"
547+
"muse",
548+
"deepsomatic"
508549
],
509550
"workDir": "/scratch/8543"
510551
}

test/configtest-F32.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
"cpus": "8",
6868
"memory": "6 GB"
6969
},
70+
"call_sSNV_DeepSomatic": {
71+
"cpus": "4",
72+
"memory": "20 GB"
73+
},
7074
"call_sSNV_MuSE": {
7175
"cpus": "12",
7276
"memory": "48 GB"
@@ -91,6 +95,10 @@
9195
"cpus": "1",
9296
"memory": "1 GB"
9397
},
98+
"convert_IntervalListToBed_GATK": {
99+
"cpus": "1",
100+
"memory": "1 GB"
101+
},
94102
"create_IndelCandidate_SAMtools": {
95103
"cpus": "1",
96104
"memory": "1 GB"
@@ -122,12 +130,14 @@
122130
"call_ssnv_r_version": "dev",
123131
"dataset_id": "TWGSAMIN",
124132
"dbSNP": "/hot/resource/database/dbSNP-155/original/GRCh38/GCF_000001405.39.gz",
133+
"deepsomatic_version": "1.9.0",
125134
"docker_container_registry": "ghcr.io/uclahs-cds",
126135
"docker_image_BCFtools": "ghcr.io/uclahs-cds/bcftools:1.21",
127136
"docker_image_GATK": "broadinstitute/gatk:4.6.1.0",
128137
"docker_image_MuSE": "ghcr.io/uclahs-cds/muse:2.1.2",
129138
"docker_image_bam_readcount": "ghcr.io/uclahs-cds/bam_readcount:1.0.1",
130139
"docker_image_bpg": "ghcr.io/uclahs-cds/boutroslabplottinggeneral:7.1.0",
140+
"docker_image_deepsomatic": "google/deepsomatic:1.9.0",
131141
"docker_image_manta": "ghcr.io/uclahs-cds/manta:1.6.0",
132142
"docker_image_r_VennDiagram": "ghcr.io/uclahs-cds/call-ssnv-r:dev",
133143
"docker_image_somaticsniper": "ghcr.io/uclahs-cds/somaticsniper:1.0.5.0",
@@ -183,6 +193,12 @@
183193
"strategy": "add"
184194
}
185195
},
196+
"call_sSNV_DeepSomatic": {
197+
"memory": {
198+
"operand": "10 GB",
199+
"strategy": "add"
200+
}
201+
},
186202
"call_sSNV_MuSE": {
187203
"memory": {
188204
"operand": "16 GB",
@@ -219,6 +235,12 @@
219235
"strategy": "add"
220236
}
221237
},
238+
"convert_IntervalListToBed_GATK": {
239+
"memory": {
240+
"operand": "2",
241+
"strategy": "exponential"
242+
}
243+
},
222244
"create_IndelCandidate_SAMtools": {
223245
"memory": {
224246
"operand": "5 GB",
@@ -374,6 +396,15 @@
374396
"cpus": "8",
375397
"memory": "6 GB"
376398
},
399+
"withName:call_sSNV_DeepSomatic": {
400+
"cpus": "4",
401+
"memory": {
402+
"1": "20 GB",
403+
"2": "30 GB",
404+
"3": "40 GB",
405+
"closure": "retry_updater(20 GB, add, 10 GB, $task.attempt, memory)"
406+
}
407+
},
377408
"withName:call_sSNV_MuSE": {
378409
"cpus": "12",
379410
"memory": {
@@ -431,6 +462,15 @@
431462
"closure": "retry_updater(1 GB, add, 5 GB, $task.attempt, memory)"
432463
}
433464
},
465+
"withName:convert_IntervalListToBed_GATK": {
466+
"cpus": "1",
467+
"memory": {
468+
"1": "1 GB",
469+
"2": "2 GB",
470+
"3": "4 GB",
471+
"closure": "retry_updater(1 GB, exponential, 2, $task.attempt, memory)"
472+
}
473+
},
434474
"withName:create_IndelCandidate_SAMtools": {
435475
"cpus": "1",
436476
"memory": {
@@ -504,7 +544,8 @@
504544
"somaticsniper",
505545
"strelka2",
506546
"mutect2",
507-
"muse"
547+
"muse",
548+
"deepsomatic"
508549
],
509550
"workDir": "/scratch/8543"
510551
}

0 commit comments

Comments
 (0)