Skip to content

Commit 384a357

Browse files
committed
Minor changes to tabs
1 parent c89b89e commit 384a357

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wdl/CleanVcfChromosome.wdl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ workflow CleanVcfChromosome {
8787
input:
8888
vcf=CleanVcfReviseOverlappingCnvs.out,
8989
outlier_samples_list=outlier_samples_list,
90-
prefix="~{prefix}.revise_large_cnvs",
90+
prefix="~{prefix}.revise_multiallelic_cnvs",
9191
gatk_docker=gatk_docker,
9292
runtime_attr_override=runtime_attr_revise_large_cnvs
9393
}
@@ -100,17 +100,17 @@ workflow CleanVcfChromosome {
100100
runtime_attr_override=runtime_attr_revise_abnormal_allosomes
101101
}
102102
103-
call CleanVcfReviseMultiallelicCnvs {
103+
call CleanVcfReviseOverlappingMultiallelics {
104104
input:
105105
vcf=CleanVcfReviseAbnormalAllosomes.out,
106-
prefix="~{prefix}.revise_multiallelic_cnvs",
106+
prefix="~{prefix}.revise_overlapping_multiallelics",
107107
gatk_docker=gatk_docker,
108108
runtime_attr_override=runtime_attr_revise_multiallelics
109109
}
110110
111111
call CleanVcfPostprocess {
112112
input:
113-
vcf=CleanVcfReviseMultiallelicCnvs.out,
113+
vcf=CleanVcfReviseOverlappingMultiallelics.out,
114114
prefix="~{prefix}.postprocess",
115115
sv_pipeline_docker=sv_pipeline_docker,
116116
runtime_attr_override=runtime_attr_postprocess

0 commit comments

Comments
 (0)