Skip to content

Commit

Permalink
Clean up .dockstore.yml Update to release docker tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbggrant committed Jul 20, 2023
1 parent 4e40c14 commit 26fa502
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ workflows:
branches:
- master
- ah_var_store
- gg_VS-1xxx_AddScoreToVQSRLiteVCF
- name: GvsPopulateAltAllele
subclass: WDL
primaryDescriptorPath: /scripts/variantstore/wdl/GvsPopulateAltAllele.wdl
Expand All @@ -112,7 +111,6 @@ workflows:
branches:
- master
- ah_var_store
- gg_VS-1xxx_AddScoreToVQSRLiteVCF
- name: GvsImportGenomes
subclass: WDL
primaryDescriptorPath: /scripts/variantstore/wdl/GvsImportGenomes.wdl
Expand Down Expand Up @@ -216,15 +214,13 @@ workflows:
branches:
- master
- ah_var_store
- gg_VS-1xxx_AddScoreToVQSRLiteVCF
- name: GvsQuickstartHailIntegration
subclass: WDL
primaryDescriptorPath: /scripts/variantstore/wdl/GvsQuickstartHailIntegration.wdl
filters:
branches:
- master
- ah_var_store
- gg_VS-1xxx_AddScoreToVQSRLiteVCF
- name: GvsQuickstartIntegration
subclass: WDL
primaryDescriptorPath: /scripts/variantstore/wdl/GvsQuickstartIntegration.wdl
Expand All @@ -233,7 +229,6 @@ workflows:
- master
- ah_var_store
- vs_1001_bigquery_storage_to_v1
- gg_VS-1xxx_AddScoreToVQSRLiteVCF
- name: GvsIngestTieout
subclass: WDL
primaryDescriptorPath: /scripts/variantstore/wdl/GvsIngestTieout.wdl
Expand Down
4 changes: 2 additions & 2 deletions scripts/variantstore/wdl/GvsCreateFilterSet.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ task ExtractFilterTask {
>>>

runtime {
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20_db62acf48732b8ac1c3a1557180102dd8f560c9a"
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20"
memory: "7 GB"
disks: "local-disk 10 HDD"
bootDiskSizeGb: 15
Expand Down Expand Up @@ -356,7 +356,7 @@ task PopulateFilterSetSites {
>>>

runtime {
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20_db62acf48732b8ac1c3a1557180102dd8f560c9a"
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20"
memory: "3500 MB"
disks: "local-disk 200 HDD"
bootDiskSizeGb: 15
Expand Down
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsExtractCallset.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ task ExtractTask {
echo ~{interval_index},${OUTPUT_FILE_DEST},${OUTPUT_FILE_BYTES},${OUTPUT_FILE_INDEX_DEST},${OUTPUT_FILE_INDEX_BYTES} >> manifest.txt
>>>
runtime {
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20_db62acf48732b8ac1c3a1557180102dd8f560c9a"
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20"
memory: "12 GB"
disks: "local-disk 150 HDD"
bootDiskSizeGb: 15
Expand Down
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsImportGenomes.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ task LoadData {
>>>

runtime {
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20_db62acf48732b8ac1c3a1557180102dd8f560c9a"
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20"
maxRetries: load_data_maxretries
memory: "3.75 GB"
disks: "local-disk 50 HDD"
Expand Down
6 changes: 3 additions & 3 deletions scripts/variantstore/wdl/GvsUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ task MergeVCFs {
}

runtime {
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20_db62acf48732b8ac1c3a1557180102dd8f560c9a"
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20"
preemptible: select_first([preemptible_tries, 3])
memory: "3 GiB"
disks: "local-disk ~{disk_size} HDD"
Expand Down Expand Up @@ -127,7 +127,7 @@ task SplitIntervals {
>>>

runtime {
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20_db62acf48732b8ac1c3a1557180102dd8f560c9a"
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20"
bootDiskSizeGb: 15
memory: "~{disk_memory} GB"
disks: "local-disk ~{disk_size} HDD"
Expand Down Expand Up @@ -934,7 +934,7 @@ task PopulateFilterSetInfo {
>>>
runtime {
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20_db62acf48732b8ac1c3a1557180102dd8f560c9a"
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20"
memory: "3500 MB"
disks: "local-disk 250 HDD"
bootDiskSizeGb: 15
Expand Down
4 changes: 2 additions & 2 deletions scripts/variantstore/wdl/GvsVQSRClassic.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ task GatherTranches {
bootDiskSizeGb: 15
disks: "local-disk " + disk_size + " HDD"
preemptible: 1
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20_db62acf48732b8ac1c3a1557180102dd8f560c9a"
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20"
}

output {
Expand Down Expand Up @@ -565,7 +565,7 @@ task PopulateFilterSetTranches {
>>>

runtime {
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20_db62acf48732b8ac1c3a1557180102dd8f560c9a"
docker: "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_07_20"
memory: "3500 MB"
disks: "local-disk 200 HDD"
bootDiskSizeGb: 15
Expand Down

0 comments on commit 26fa502

Please sign in to comment.