Skip to content

Commit 82aa072

Browse files
committed
Fixing typo in Niare VQSR Joint Calling workflow.
1 parent 56a682e commit 82aa072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdl/pipelines/Z_One_Off_Analyses/SRJointCallGVCFsWithGenomicsDB_Pf_Niare_VQSR.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ workflow SRJointCallGVCFsWithGenomicsDB_Pf_Niare_VQSR {
145145
prefix = prefix + "." + contig,
146146
}
147147
148-
call Niare_HC.ApplyVqsrIndel as ApplyVqsrSnp {
148+
call Niare_HC.ApplyVqsrSnp as ApplyVqsrSnp {
149149
input:
150150
input_vcf = ApplyVqsrIndel.output_vcf,
151151
input_vcf_index = ApplyVqsrIndel.output_vcf_index,

0 commit comments

Comments
 (0)