Skip to content

Commit

Permalink
Update configtests
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Dec 9, 2024
1 parent 4793a27 commit 651faba
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions test/configtest-F16.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@
"docker_container_registry": "ghcr.io/uclahs-cds",
"docker_image_bcftools": "ghcr.io/uclahs-cds/bcftools:1.15.1",
"docker_image_delly": "ghcr.io/uclahs-cds/delly:1.2.6",
"docker_image_gridss": "ghcr.io/uclahs-cds/gridss:2.13.2",
"docker_image_manta": "ghcr.io/uclahs-cds/manta:1.6.0",
"docker_image_validate": "ghcr.io/uclahs-cds/pipeval:4.0.0-rc.2",
"exclusion_file": "/hot/resource/tool-specific-input/Delly/hg38/human.hg38.excl.tsv",
"filter_condition": "FILTER=\\='PASS'",
"gridss_blacklist": "/hot/resource/tool-specific-input/GRIDSS-2.13.2/GRCh38-BI-20160721/ENCFF356LFX.bed",
"gridss_reference_fasta": "/hot/resource/tool-specific-input/GRIDSS-2.13.2/GRCh38-BI-20160721/Homo_sapiens_assembly38.fasta",
"gridss_version": "2.13.2",
"input": {
"BAM": {
"normal": [
Expand All @@ -89,6 +93,7 @@
"min_clique_size": "5",
"min_cpus": "1",
"min_memory": "1 MB",
"other_jvm_heap": "4 GB",
"output_dir": "/tmp/outputs",
"output_dir_base": "/tmp/outputs/call-sSV-VER.SI.ON/610093",
"pipeval_version": "4.0.0-rc.2",
Expand All @@ -103,6 +108,16 @@
}
}
},
"call_sSV_GRIDSS": {
"cpus": "8",
"memory": "15 GB",
"retry_strategy": {
"memory": {
"operand": "2",
"strategy": "exponential"
}
}
},
"call_sSV_Manta": {
"cpus": "1",
"memory": "16 GB",
Expand All @@ -123,6 +138,16 @@
}
}
},
"preprocess_BAM_GRIDSS": {
"cpus": "4",
"memory": "10 GB",
"retry_strategy": {
"memory": {
"operand": "2",
"strategy": "exponential"
}
}
},
"query_SampleName_BCFtools": {
"cpus": "1",
"memory": "3 GB",
Expand All @@ -133,6 +158,16 @@
}
}
},
"run_assembly_GRIDSS": {
"cpus": "8",
"memory": "15 GB",
"retry_strategy": {
"memory": {
"operand": "2",
"strategy": "exponential"
}
}
},
"run_validate_PipeVal": {
"cpus": "1",
"memory": "1 GB"
Expand Down Expand Up @@ -242,6 +277,15 @@
"closure": "retry_updater(16 GB, exponential, 2, $task.attempt, memory)"
}
},
"withName:call_sSV_GRIDSS": {
"cpus": "8",
"memory": {
"1": "15 GB",
"2": "30 GB",
"3": "31 GB",
"closure": "retry_updater(15 GB, exponential, 2, $task.attempt, memory)"
}
},
"withName:call_sSV_Manta": {
"cpus": "1",
"memory": {
Expand All @@ -260,6 +304,15 @@
"closure": "retry_updater(3 GB, exponential, 2, $task.attempt, memory)"
}
},
"withName:preprocess_BAM_GRIDSS": {
"cpus": "4",
"memory": {
"1": "10 GB",
"2": "20 GB",
"3": "31 GB",
"closure": "retry_updater(10 GB, exponential, 2, $task.attempt, memory)"
}
},
"withName:query_SampleName_BCFtools": {
"cpus": "1",
"memory": {
Expand All @@ -269,6 +322,15 @@
"closure": "retry_updater(3 GB, exponential, 2, $task.attempt, memory)"
}
},
"withName:run_assembly_GRIDSS": {
"cpus": "8",
"memory": {
"1": "15 GB",
"2": "30 GB",
"3": "31 GB",
"closure": "retry_updater(15 GB, exponential, 2, $task.attempt, memory)"
}
},
"withName:run_validate_PipeVal": {
"cpus": "1",
"memory": "1 GB"
Expand Down

0 comments on commit 651faba

Please sign in to comment.