Skip to content

Commit

Permalink
Reducing memory required for ValidateVCF in Reblock pipeline (#1400)
Browse files Browse the repository at this point in the history
* Reducing memory required for ValidateVCF when the interval list to check is a GVCF

* changelogs and pipeline versions

* Updated pipeline_versions.txt with all pipeline version information

---------

Co-authored-by: Nikelle Petrillo <[email protected]>
Co-authored-by: npetrill <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
4 people authored Oct 30, 2024
1 parent 1cd67fe commit 672993e
Show file tree
Hide file tree
Showing 34 changed files with 114 additions and 34 deletions.
32 changes: 16 additions & 16 deletions pipeline_versions.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
Pipeline Name Version Date of Last Commit
CheckFingerprint 1.0.21 2024-09-06
CheckFingerprint 1.0.22 2024-10-28
RNAWithUMIsPipeline 1.0.17 2024-09-06
AnnotationFiltration 1.2.6 2024-09-06
UltimaGenomicsWholeGenomeGermline 1.1.0 2024-09-06
WholeGenomeGermlineSingleSample 3.3.1 2024-09-17
ExomeGermlineSingleSample 3.2.1 2024-09-17
UltimaGenomicsWholeGenomeGermline 1.1.1 2024-10-28
WholeGenomeGermlineSingleSample 3.3.2 2024-10-28
ExomeGermlineSingleSample 3.2.2 2024-10-28
JointGenotypingByChromosomePartTwo 1.5.1 2024-09-10
JointGenotypingByChromosomePartOne 1.5.1 2024-09-10
ReblockGVCF 2.3.0 2024-09-06
ReblockGVCF 2.3.1 2024-10-28
JointGenotyping 1.7.1 2024-09-10
UltimaGenomicsJointGenotyping 1.2.1 2024-09-10
VariantCalling 2.2.2 2024-09-06
UltimaGenomicsWholeGenomeCramOnly 1.0.21 2024-09-06
VariantCalling 2.2.3 2024-10-28
UltimaGenomicsWholeGenomeCramOnly 1.0.22 2024-10-28
GDCWholeGenomeSomaticSingleSample 1.3.3 2024-09-06
BroadInternalRNAWithUMIs 1.0.34 2024-09-06
BroadInternalUltimaGenomics 1.1.0 2024-09-06
BroadInternalArrays 1.1.12 2024-09-06
BroadInternalRNAWithUMIs 1.0.35 2024-09-06
BroadInternalUltimaGenomics 1.1.1 2024-10-28
BroadInternalArrays 1.1.13 2024-10-28
BroadInternalImputation 1.1.13 2024-09-06
Arrays 2.6.28 2024-09-06
Arrays 2.6.29 2024-10-28
ValidateChip 1.16.6 2024-09-06
MultiSampleArrays 1.6.2 2024-08-02
Imputation 1.1.14 2024-09-06
IlluminaGenotypingArray 1.12.22 2024-09-06
ExternalWholeGenomeReprocessing 2.3.1 2024-09-17
ExternalExomeReprocessing 3.3.1 2024-09-17
IlluminaGenotypingArray 1.12.23 2024-10-28
ExternalWholeGenomeReprocessing 2.3.2 2024-10-28
ExternalExomeReprocessing 3.3.2 2024-10-28
CramToUnmappedBams 1.1.3 2024-08-02
WholeGenomeReprocessing 3.3.1 2024-09-17
ExomeReprocessing 3.3.1 2024-09-17
WholeGenomeReprocessing 3.3.2 2024-10-28
ExomeReprocessing 3.3.2 2024-10-28
BuildIndices 3.0.0 2023-12-06
scATAC 1.3.2 2023-08-03
snm3C 4.0.4 2024-08-06
Expand Down
5 changes: 5 additions & 0 deletions pipelines/broad/arrays/single_sample/Arrays.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.6.29
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 2.6.28
2024-09-06 (Date of Last Commit)

Expand Down
2 changes: 1 addition & 1 deletion pipelines/broad/arrays/single_sample/Arrays.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import "../../../../tasks/broad/Utilities.wdl" as utils
workflow Arrays {

String pipeline_version = "2.6.28"
String pipeline_version = "2.6.29"

input {
String chip_well_barcode
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.3.1
2024-10-28 (Date of Last Commit)

* Updated GATK for Validate Variants, which reduces the memory requirements for the task when an interval list is not provided

# 2.3.0
2024-09-06 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "../../../../../../tasks/broad/Utilities.wdl" as utils

workflow ReblockGVCF {

String pipeline_version = "2.3.0"
String pipeline_version = "2.3.1"


input {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.2.2
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 3.2.1
2024-09-17 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import "../../../../../../tasks/broad/Utilities.wdl" as utils
# WORKFLOW DEFINITION
workflow ExomeGermlineSingleSample {

String pipeline_version = "3.2.1"
String pipeline_version = "3.2.2"


input {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.1.1
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 1.1.0
2024-09-06 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ workflow UltimaGenomicsWholeGenomeGermline {
filtering_model_no_gt_name: "String describing the optional filtering model; default set to rf_model_ignore_gt_incl_hpol_runs"
}

String pipeline_version = "1.1.0"
String pipeline_version = "1.1.1"


References references = alignment_references.references
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.3.2
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 3.3.1
2024-09-17 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import "../../../../../../structs/dna_seq/DNASeqStructs.wdl"
workflow WholeGenomeGermlineSingleSample {


String pipeline_version = "3.3.1"
String pipeline_version = "3.3.2"


input {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.2.3
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 2.2.2
2024-09-06 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "../../../../../tasks/broad/DragenTasks.wdl" as DragenTasks
workflow VariantCalling {


String pipeline_version = "2.2.2"
String pipeline_version = "2.2.3"


input {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.22
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 1.0.21
2024-09-06 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ workflow UltimaGenomicsWholeGenomeCramOnly {
save_bam_file: "If true, then save intermeidate ouputs used by germline pipeline (such as the output BAM) otherwise they won't be kept as outputs."
}

String pipeline_version = "1.0.21"
String pipeline_version = "1.0.22"

References references = alignment_references.references

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.12.23
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 1.12.22
2024-09-06 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import "../../../../tasks/broad/Qc.wdl" as Qc
workflow IlluminaGenotypingArray {

String pipeline_version = "1.12.22"
String pipeline_version = "1.12.23"

input {
String sample_alias
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.1.13
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 1.1.12
2024-09-06 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ workflow BroadInternalArrays {
description: "Push outputs of Arrays.wdl to TDR dataset table ArraysOutputsTable."
}

String pipeline_version = "1.1.12"
String pipeline_version = "1.1.13"

input {
# inputs to wrapper task
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.1.1
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 1.1.0
2024-09-06 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "../../../../../../../pipelines/broad/qc/CheckFingerprint.wdl" as FP

workflow BroadInternalUltimaGenomics {

String pipeline_version = "1.1.0"
String pipeline_version = "1.1.1"

input {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.35
2024-09-06 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 1.0.34
2024-09-06 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "../../../../tasks/broad/Utilities.wdl" as utils

workflow BroadInternalRNAWithUMIs {

String pipeline_version = "1.0.34"
String pipeline_version = "1.0.35"

input {
# input needs to be either "hg19" or "hg38"
Expand Down
5 changes: 5 additions & 0 deletions pipelines/broad/qc/CheckFingerprint.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.22
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 1.0.21
2024-09-06 (Date of Last Commit)

Expand Down
2 changes: 1 addition & 1 deletion pipelines/broad/qc/CheckFingerprint.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import "../../../tasks/broad/Qc.wdl" as Qc
workflow CheckFingerprint {

String pipeline_version = "1.0.21"
String pipeline_version = "1.0.22"

input {
File? input_vcf
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.3.2
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 3.3.1
2024-09-17 (Date of Last Commit)

Expand Down
2 changes: 1 addition & 1 deletion pipelines/broad/reprocessing/exome/ExomeReprocessing.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "../../../../structs/dna_seq/DNASeqStructs.wdl"
workflow ExomeReprocessing {


String pipeline_version = "3.3.1"
String pipeline_version = "3.3.2"

input {
File? input_cram
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.3.2
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 3.3.1
2024-09-17 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "../../../../../tasks/broad/CopyFilesFromCloudToCloud.wdl" as Copy

workflow ExternalExomeReprocessing {

String pipeline_version = "3.3.1"
String pipeline_version = "3.3.2"


input {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.3.2
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 2.3.1
2024-09-17 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "../../../../../tasks/broad/CopyFilesFromCloudToCloud.wdl" as Copy
workflow ExternalWholeGenomeReprocessing {


String pipeline_version = "2.3.1"
String pipeline_version = "2.3.2"

input {
File? input_cram
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.3.2
2024-10-28 (Date of Last Commit)

* Updated the docker in the ValidateVCF task; this does not affect this pipeline

# 3.3.1
2024-09-17 (Date of Last Commit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "../../../../structs/dna_seq/DNASeqStructs.wdl"

workflow WholeGenomeReprocessing {

String pipeline_version = "3.3.1"
String pipeline_version = "3.3.2"

input {
File? input_cram
Expand Down
4 changes: 2 additions & 2 deletions tasks/broad/Qc.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ task ValidateVCF {
Boolean is_gvcf = true
String? extra_args
#Setting default docker value for workflows that haven't yet been azurized.
String docker_path = "us.gcr.io/broad-gatk/gatk:4.6.0.0"
String docker_path = "us.gcr.io/broad-gatk/gatk:4.6.1.0"
Int machine_mem_mb = 7000
}
Expand All @@ -642,7 +642,7 @@ task ValidateVCF {
ln -s ~{calling_interval_list} ~{calling_interval_list_basename}
ln -s ~{calling_interval_list_index} ~{calling_interval_list_index_basename}
gatk --java-options "-Xms~{command_mem_mb}m -Xmx~{command_mem_mb}m" \
VcfToIntervalList -I ~{calling_interval_list_basename} -O intervals_from_gvcf.interval_list
VcfToIntervalList -I ~{calling_interval_list_basename} -O intervals_from_gvcf.interval_list --VARIANT_ID_METHOD USE_FIRST
INTERVALS="intervals_from_gvcf.interval_list"
else
INTERVALS="~{calling_interval_list}"
Expand Down

0 comments on commit 672993e

Please sign in to comment.