Skip to content

Commit da7639b

Browse files
committed
Update configtest expected results
1 parent 633c749 commit da7639b

2 files changed

Lines changed: 42 additions & 68 deletions

File tree

test/configtest-F16.json

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@
5555
"GATK_version": "4.6.1.0",
5656
"MuSE_version": "2.1.2",
5757
"algorithm": [
58-
"somaticsniper",
59-
"strelka2",
60-
"mutect2",
61-
"muse"
58+
"somaticsniper"
6259
],
6360
"bam_readcount_version": "1.0.1",
6461
"base_allocations": {
@@ -119,8 +116,8 @@
119116
"bpg_version": "7.1.0",
120117
"cache_intermediate_pipeline_steps": false,
121118
"call_ssnv_r_version": "dev",
122-
"dataset_id": "TWGSAMIN",
123-
"dbSNP": "/hot/resource/database/dbSNP-155/original/GRCh38/GCF_000001405.39.gz",
119+
"dataset_id": "dataset_004",
120+
"dbSNP": "/example/dbSNP-155/GCF_000001405.39.gz",
124121
"docker_container_registry": "ghcr.io/uclahs-cds",
125122
"docker_image_BCFtools": "ghcr.io/uclahs-cds/bcftools:1.21",
126123
"docker_image_GATK": "broadinstitute/gatk:4.6.1.0",
@@ -139,24 +136,24 @@
139136
"filter_mutect_calls_extra_args": "",
140137
"gatk_command_mem_diff": "500 MB",
141138
"germline": true,
142-
"germline_resource_gnomad_vcf": "/hot/resource/tool-specific-input/GATK/GRCh38/af-only-gnomad.hg38.vcf.gz",
143-
"germline_resource_gnomad_vcf_index": "/hot/resource/tool-specific-input/GATK/GRCh38/af-only-gnomad.hg38.vcf.gz.tbi",
139+
"germline_resource_gnomad_vcf": "/example/genomics-public-data/resources/broad/hg38/v0/af-only-gnomad.hg38.vcf.gz",
140+
"germline_resource_gnomad_vcf_index": "/example/genomics-public-data/resources/broad/hg38/v0/af-only-gnomad.hg38.vcf.gz.tbi",
144141
"input": {
145142
"normal": [
146143
{
147-
"BAM": "/hot/data/unregistered/SMC-HET/normal/bams/A-mini/n2/output/HG002.N-n2.bam"
144+
"BAM": "/path/to/normal.bam"
148145
}
149146
],
150147
"tumor": [
151148
{
152-
"BAM": "/hot/data/unregistered/SMC-HET/tumours/A-mini/bams/n2/output/S2.T-n2.bam",
153-
"contamination_table": "/hot/software/pipeline/pipeline-call-sSNV/Nextflow/development/input/data/A-mini/S2.T-n2_getpileupsummaries_calculatecontamination.table"
149+
"BAM": "/path/to/tumor.bam",
150+
"contamination_table": "/path/to/contamination.table"
154151
}
155152
]
156153
},
157154
"input_type": "bam",
158-
"intersect_regions": "/hot/resource/tool-specific-input/pipeline-call-sSNV-6.0.0/GRCh38-BI-20160721/Homo_sapiens_assembly38_no-decoy.bed.gz",
159-
"intersect_regions_index": "/hot/resource/tool-specific-input/pipeline-call-sSNV-6.0.0/GRCh38-BI-20160721/Homo_sapiens_assembly38_no-decoy.bed.gz.tbi",
155+
"intersect_regions": "/example/genome/GRCh38-BI-20160721/Homo_sapiens_assembly38_no-decoy.bed.gz",
156+
"intersect_regions_index": "/example/genome/GRCh38-BI-20160721/Homo_sapiens_assembly38_no-decoy.bed.gz.tbi",
160157
"keep_input_prefix": false,
161158
"log_output_dir": "/tmp/outputs/call-sSNV-VER.SI.ON/0192847/log-call-sSNV-VER.SI.ON-19970704T165655Z",
162159
"manta_version": "1.6.0",
@@ -172,9 +169,9 @@
172169
"output_dir": "/tmp/outputs",
173170
"output_dir_base": "/tmp/outputs/call-sSNV-VER.SI.ON/0192847",
174171
"panel_of_normals_vcf": "",
175-
"patient_id": "TWGSAMIN000001",
172+
"patient_id": "patient_id",
176173
"pipeval_version": "5.1.0",
177-
"reference": "/hot/resource/reference-genome/GRCh38-BI-20160721/Homo_sapiens_assembly38.fasta",
174+
"reference": "/example/genome/GRCh38-BI-20160721/Homo_sapiens_assembly38.fasta",
178175
"retry_information": {
179176
"call_sIndel_Manta": {
180177
"memory": {
@@ -255,10 +252,10 @@
255252
"contamination_table": "null",
256253
"id": "0192847",
257254
"orig_id": "0192847",
258-
"path": "/hot/data/unregistered/SMC-HET/normal/bams/A-mini/n2/output/HG002.N-n2.bam",
255+
"path": "/path/to/normal.bam",
259256
"sample_type": "normal"
260257
},
261-
"{orig_id=0192847, id=0192847, path=/hot/data/unregistered/SMC-HET/tumours/A-mini/bams/n2/output/S2.T-n2.bam, contamination_table=/hot/software/pipeline/pipeline-call-sSNV/Nextflow/development/input/data/A-mini/S2.T-n2_getpileupsummaries_calculatecontamination.table, sample_type=tumor}"
258+
"{orig_id=0192847, id=0192847, path=/path/to/tumor.bam, contamination_table=/path/to/contamination.table, sample_type=tumor}"
262259
],
263260
"save_intermediate_files": false,
264261
"scatter_count": "50",

test/configtest-F32.json

Lines changed: 28 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@
5555
"GATK_version": "4.6.1.0",
5656
"MuSE_version": "2.1.2",
5757
"algorithm": [
58-
"somaticsniper",
59-
"strelka2",
60-
"mutect2",
61-
"muse"
58+
"somaticsniper"
6259
],
6360
"bam_readcount_version": "1.0.1",
6461
"base_allocations": {
@@ -119,8 +116,8 @@
119116
"bpg_version": "7.1.0",
120117
"cache_intermediate_pipeline_steps": false,
121118
"call_ssnv_r_version": "dev",
122-
"dataset_id": "TWGSAMIN",
123-
"dbSNP": "/hot/resource/database/dbSNP-155/original/GRCh38/GCF_000001405.39.gz",
119+
"dataset_id": "dataset_004",
120+
"dbSNP": "/example/dbSNP-155/GCF_000001405.39.gz",
124121
"docker_container_registry": "ghcr.io/uclahs-cds",
125122
"docker_image_BCFtools": "ghcr.io/uclahs-cds/bcftools:1.21",
126123
"docker_image_GATK": "broadinstitute/gatk:4.6.1.0",
@@ -138,27 +135,20 @@
138135
"exome": false,
139136
"filter_mutect_calls_extra_args": "",
140137
"gatk_command_mem_diff": "500 MB",
141-
"germline": true,
142-
"germline_resource_gnomad_vcf": "/hot/resource/tool-specific-input/GATK/GRCh38/af-only-gnomad.hg38.vcf.gz",
143-
"germline_resource_gnomad_vcf_index": "/hot/resource/tool-specific-input/GATK/GRCh38/af-only-gnomad.hg38.vcf.gz.tbi",
138+
"germline_resource_gnomad_vcf": "/example/genomics-public-data/resources/broad/hg38/v0/af-only-gnomad.hg38.vcf.gz",
144139
"input": {
145-
"normal": [
146-
{
147-
"BAM": "/hot/data/unregistered/SMC-HET/normal/bams/A-mini/n2/output/HG002.N-n2.bam"
148-
}
149-
],
150-
"tumor": [
151-
{
152-
"BAM": "/hot/data/unregistered/SMC-HET/tumours/A-mini/bams/n2/output/S2.T-n2.bam",
153-
"contamination_table": "/hot/software/pipeline/pipeline-call-sSNV/Nextflow/development/input/data/A-mini/S2.T-n2_getpileupsummaries_calculatecontamination.table"
154-
}
155-
]
140+
"muse": "/path/to/muse.vcf.gz",
141+
"mutect2": "/path/to/mutect2.vcf.gz",
142+
"somaticsniper": "/path/to/somaticsniper.vcf.gz",
143+
"strelka2": "/path/to/strelka2.vcf.gz"
156144
},
157-
"input_type": "bam",
158-
"intersect_regions": "/hot/resource/tool-specific-input/pipeline-call-sSNV-6.0.0/GRCh38-BI-20160721/Homo_sapiens_assembly38_no-decoy.bed.gz",
159-
"intersect_regions_index": "/hot/resource/tool-specific-input/pipeline-call-sSNV-6.0.0/GRCh38-BI-20160721/Homo_sapiens_assembly38_no-decoy.bed.gz.tbi",
145+
"input_normal_id": "normal_id",
146+
"input_tumor_id": "tumor_id",
147+
"input_type": "vcf",
148+
"intersect_regions": "/example/genome/GRCh38-BI-20160721/Homo_sapiens_assembly38_no-decoy.bed.gz",
149+
"intersect_regions_index": "/example/genome/GRCh38-BI-20160721/Homo_sapiens_assembly38_no-decoy.bed.gz.tbi",
160150
"keep_input_prefix": false,
161-
"log_output_dir": "/tmp/outputs/call-sSNV-VER.SI.ON/0192847/log-call-sSNV-VER.SI.ON-19970704T165655Z",
151+
"log_output_dir": "/tmp/outputs/call-sSNV-VER.SI.ON/tumor-id/log-call-sSNV-VER.SI.ON-19970704T165655Z",
162152
"manta_version": "1.6.0",
163153
"max_cpus": "32",
164154
"max_memory": "64 GB",
@@ -168,13 +158,12 @@
168158
"min_time": "1s",
169159
"mutect2_extra_args": "",
170160
"ncbi_build": "GRCh38",
171-
"normal_id": "0192847",
161+
"normal_id": "normal-id",
172162
"output_dir": "/tmp/outputs",
173-
"output_dir_base": "/tmp/outputs/call-sSNV-VER.SI.ON/0192847",
174-
"panel_of_normals_vcf": "",
175-
"patient_id": "TWGSAMIN000001",
163+
"output_dir_base": "/tmp/outputs/call-sSNV-VER.SI.ON/tumor-id",
164+
"patient_id": "patient_id",
176165
"pipeval_version": "5.1.0",
177-
"reference": "/hot/resource/reference-genome/GRCh38-BI-20160721/Homo_sapiens_assembly38.fasta",
166+
"reference": "/example/genome/GRCh38-BI-20160721/Homo_sapiens_assembly38.fasta",
178167
"retry_information": {
179168
"call_sIndel_Manta": {
180169
"memory": {
@@ -249,26 +238,24 @@
249238
}
250239
}
251240
},
252-
"sample_id": "0192847",
241+
"sample_id": "tumor-id",
253242
"samples_to_process": [
254243
{
255-
"contamination_table": "null",
256-
"id": "0192847",
257-
"orig_id": "0192847",
258-
"path": "/hot/data/unregistered/SMC-HET/normal/bams/A-mini/n2/output/HG002.N-n2.bam",
259-
"sample_type": "normal"
244+
"algorithm": "muse",
245+
"path": "/path/to/muse.vcf.gz"
260246
},
261-
"{orig_id=0192847, id=0192847, path=/hot/data/unregistered/SMC-HET/tumours/A-mini/bams/n2/output/S2.T-n2.bam, contamination_table=/hot/software/pipeline/pipeline-call-sSNV/Nextflow/development/input/data/A-mini/S2.T-n2_getpileupsummaries_calculatecontamination.table, sample_type=tumor}"
247+
"{path=/path/to/mutect2.vcf.gz, algorithm=mutect2}",
248+
"{path=/path/to/somaticsniper.vcf.gz, algorithm=somaticsniper}",
249+
"{path=/path/to/strelka2.vcf.gz, algorithm=strelka2}"
262250
],
263251
"save_intermediate_files": false,
264252
"scatter_count": "50",
265-
"single_NT_paired": true,
266253
"somaticsniper_version": "1.0.5.0",
267254
"split_intervals_extra_args": "",
268255
"src_util_version": "1.2.0",
269256
"strelka2_version": "2.9.10",
270257
"tabix_extra_args": "",
271-
"tumor_id": "0192847",
258+
"tumor_id": "tumor-id",
272259
"ubuntu_version": "20.04",
273260
"ucla_cds": true,
274261
"use_intersect_regions": true,
@@ -402,9 +389,6 @@
402389
},
403390
"withName:call_sSNV_Strelka2": {
404391
"cpus": "8",
405-
"ext": {
406-
"retry_codes": []
407-
},
408392
"memory": {
409393
"1": "2 GB",
410394
"2": "14 GB",
@@ -482,29 +466,22 @@
482466
},
483467
"report": {
484468
"enabled": true,
485-
"file": "/tmp/outputs/call-sSNV-VER.SI.ON/0192847/log-call-sSNV-VER.SI.ON-19970704T165655Z/nextflow-log/report.html"
469+
"file": "/tmp/outputs/call-sSNV-VER.SI.ON/tumor-id/log-call-sSNV-VER.SI.ON-19970704T165655Z/nextflow-log/report.html"
486470
},
487471
"resource_handler": {
488472
"handle_resources": "closure()",
489473
"set_resource_limit_params": "closure()",
490474
"set_retry": "closure()",
491475
"setup_retry": "closure()"
492476
},
493-
"sm_tag": "0192847",
494477
"timeline": {
495478
"enabled": true,
496-
"file": "/tmp/outputs/call-sSNV-VER.SI.ON/0192847/log-call-sSNV-VER.SI.ON-19970704T165655Z/nextflow-log/timeline.html"
479+
"file": "/tmp/outputs/call-sSNV-VER.SI.ON/tumor-id/log-call-sSNV-VER.SI.ON-19970704T165655Z/nextflow-log/timeline.html"
497480
},
498481
"trace": {
499482
"enabled": true,
500-
"file": "/tmp/outputs/call-sSNV-VER.SI.ON/0192847/log-call-sSNV-VER.SI.ON-19970704T165655Z/nextflow-log/trace.txt"
483+
"file": "/tmp/outputs/call-sSNV-VER.SI.ON/tumor-id/log-call-sSNV-VER.SI.ON-19970704T165655Z/nextflow-log/trace.txt"
501484
},
502-
"valid_algorithms": [
503-
"somaticsniper",
504-
"strelka2",
505-
"mutect2",
506-
"muse"
507-
],
508485
"workDir": "/scratch/8543"
509486
}
510487
}

0 commit comments

Comments
 (0)