Skip to content

Commit 40b773c

Browse files
committed
Scale down GQ in CombineBatches
1 parent 96c2bf6 commit 40b773c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

wdl/CleanVcfChromosome.wdl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ workflow CleanVcfChromosome {
323323
input:
324324
vcf=FinalCleanup.final_cleaned_shard,
325325
ploidy_table=ploidy_table,
326-
args="--scale-down-gq",
327326
output_prefix="~{prefix}.final_format",
328327
script=svtk_to_gatk_script,
329328
sv_pipeline_docker=sv_pipeline_docker,

wdl/CombineBatches.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ workflow CombineBatches {
112112
input:
113113
vcf=reformatted_vcf,
114114
ploidy_table=CreatePloidyTableFromPed.out,
115-
args="--fix-end --add-sr-pos",
115+
args="--fix-end --add-sr-pos --scale-down-gq",
116116
output_prefix=basename(vcf, ".vcf.gz") + ".reformat_gatk",
117117
bothside_pass_list=CombineSRBothsidePass.out,
118118
background_fail_list=CombineBackgroundFail.outfile,

0 commit comments

Comments
 (0)