Skip to content

Commit 0dd4847

Browse files
author
Jose Soto
committed
dont be dumb with pipeline version placement
1 parent 193b7db commit 0dd4847

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipelines/wdl/glimpse/low_pass_imputation/Glimpse2LowPassImputation.wdl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version 1.0
22

33
workflow Glimpse2LowPassImputation {
4+
String pipeline_version = "0.0.5"
5+
String quota_consumed_version = "0.0.1"
6+
47
input {
5-
String pipeline_version = "0.0.5"
6-
String quota_consumed_version = "0.0.1"
7-
88
Array[String] contigs
99

1010
# this is the path to a directory that contains sites vcf, sites table, and reference chunks file. should end with a "/"

0 commit comments

Comments
 (0)