Skip to content

Commit

Permalink
Autofix Nextflow configuration regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sorelfitzgibbon authored and github-actions[bot] committed Nov 3, 2024
1 parent f1e9fee commit e6cbd00
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions test/configtest-F16.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,35 +54,35 @@
"version": "VER.SI.ON"
},
"params": {
"BCFtools_version": "1.17",
"GATK_version": "4.5.0.0",
"MuSE_version": "2.0.4",
"BCFtools_version": "1.21",
"GATK_version": "4.6.1.0",
"MuSE_version": "2.1.2",
"algorithm": [
"somaticsniper",
"strelka2",
"mutect2",
"muse"
],
"bam_readcount_version": "0.8.0",
"bam_readcount_version": "1.0.1",
"bgzip_extra_args": "",
"bpg_version": "7.1.0",
"cache_intermediate_pipeline_steps": false,
"call_ssnv_r_version": "dev",
"dataset_id": "TWGSAMIN",
"dbSNP": "/hot/resource/database/dbSNP-155/original/GRCh38/GCF_000001405.39.gz",
"docker_container_registry": "ghcr.io/uclahs-cds",
"docker_image_BCFtools": "ghcr.io/uclahs-cds/bcftools:1.17",
"docker_image_GATK": "broadinstitute/gatk:4.5.0.0",
"docker_image_MuSE": "ghcr.io/uclahs-cds/muse:2.0.4",
"docker_image_bam_readcount": "ghcr.io/uclahs-cds/bam-readcount:0.8.0",
"docker_image_BCFtools": "ghcr.io/uclahs-cds/bcftools:1.21",
"docker_image_GATK": "broadinstitute/gatk:4.6.1.0",
"docker_image_MuSE": "ghcr.io/uclahs-cds/muse:2.1.2",
"docker_image_bam_readcount": "ghcr.io/uclahs-cds/bam_readcount:1.0.1",
"docker_image_bpg": "ghcr.io/uclahs-cds/boutroslabplottinggeneral:7.1.0",
"docker_image_manta": "ghcr.io/uclahs-cds/manta:1.6.0",
"docker_image_r_VennDiagram": "ghcr.io/uclahs-cds/call-ssnv-r:dev",
"docker_image_somaticsniper": "ghcr.io/uclahs-cds/somaticsniper:1.0.5.0",
"docker_image_src_util": "ghcr.io/uclahs-cds/src-util:1.2.0",
"docker_image_strelka2": "ghcr.io/uclahs-cds/strelka2:2.9.10",
"docker_image_ubuntu": "ubuntu:20.04",
"docker_image_validate_params": "ghcr.io/uclahs-cds/pipeval:4.0.0-rc.2",
"docker_image_validate_params": "ghcr.io/uclahs-cds/pipeval:5.1.0",
"docker_image_vcf2maf": "ghcr.io/mskcc/vcf2maf/vcf2maf:v1.6.18",
"exome": false,
"filter_mutect_calls_extra_args": "",
Expand Down Expand Up @@ -120,7 +120,7 @@
"output_dir_base": "/tmp/outputs/call-sSNV-VER.SI.ON/0192847",
"panel_of_normals_vcf": "",
"patient_id": "TWGSAMIN000001",
"pipeval_version": "4.0.0-rc.2",
"pipeval_version": "5.1.0",
"proc_resource_params": {
"call_sIndel_Manta": {
"cpus": "6",
Expand Down
20 changes: 10 additions & 10 deletions test/configtest-F32.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,35 +54,35 @@
"version": "VER.SI.ON"
},
"params": {
"BCFtools_version": "1.17",
"GATK_version": "4.5.0.0",
"MuSE_version": "2.0.4",
"BCFtools_version": "1.21",
"GATK_version": "4.6.1.0",
"MuSE_version": "2.1.2",
"algorithm": [
"somaticsniper",
"strelka2",
"mutect2",
"muse"
],
"bam_readcount_version": "0.8.0",
"bam_readcount_version": "1.0.1",
"bgzip_extra_args": "",
"bpg_version": "7.1.0",
"cache_intermediate_pipeline_steps": false,
"call_ssnv_r_version": "dev",
"dataset_id": "TWGSAMIN",
"dbSNP": "/hot/resource/database/dbSNP-155/original/GRCh38/GCF_000001405.39.gz",
"docker_container_registry": "ghcr.io/uclahs-cds",
"docker_image_BCFtools": "ghcr.io/uclahs-cds/bcftools:1.17",
"docker_image_GATK": "broadinstitute/gatk:4.5.0.0",
"docker_image_MuSE": "ghcr.io/uclahs-cds/muse:2.0.4",
"docker_image_bam_readcount": "ghcr.io/uclahs-cds/bam-readcount:0.8.0",
"docker_image_BCFtools": "ghcr.io/uclahs-cds/bcftools:1.21",
"docker_image_GATK": "broadinstitute/gatk:4.6.1.0",
"docker_image_MuSE": "ghcr.io/uclahs-cds/muse:2.1.2",
"docker_image_bam_readcount": "ghcr.io/uclahs-cds/bam_readcount:1.0.1",
"docker_image_bpg": "ghcr.io/uclahs-cds/boutroslabplottinggeneral:7.1.0",
"docker_image_manta": "ghcr.io/uclahs-cds/manta:1.6.0",
"docker_image_r_VennDiagram": "ghcr.io/uclahs-cds/call-ssnv-r:dev",
"docker_image_somaticsniper": "ghcr.io/uclahs-cds/somaticsniper:1.0.5.0",
"docker_image_src_util": "ghcr.io/uclahs-cds/src-util:1.2.0",
"docker_image_strelka2": "ghcr.io/uclahs-cds/strelka2:2.9.10",
"docker_image_ubuntu": "ubuntu:20.04",
"docker_image_validate_params": "ghcr.io/uclahs-cds/pipeval:4.0.0-rc.2",
"docker_image_validate_params": "ghcr.io/uclahs-cds/pipeval:5.1.0",
"docker_image_vcf2maf": "ghcr.io/mskcc/vcf2maf/vcf2maf:v1.6.18",
"exome": false,
"filter_mutect_calls_extra_args": "",
Expand Down Expand Up @@ -120,7 +120,7 @@
"output_dir_base": "/tmp/outputs/call-sSNV-VER.SI.ON/0192847",
"panel_of_normals_vcf": "",
"patient_id": "TWGSAMIN000001",
"pipeval_version": "4.0.0-rc.2",
"pipeval_version": "5.1.0",
"proc_resource_params": {
"call_sIndel_Manta": {
"cpus": "8",
Expand Down

0 comments on commit e6cbd00

Please sign in to comment.