Skip to content

Commit 8851a12

Browse files
committed
v1.0.0 🍾
1 parent 1f978ea commit 8851a12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spvcf.wdl

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
task spvcf_encode {
22
File vcf_gz
33
Boolean multithread = false
4-
String release = "v0.7.0"
4+
String release = "v1.0.0"
55

66
parameter_meta {
77
vcf_gz: "stream"
@@ -37,7 +37,7 @@ task spvcf_encode {
3737

3838
task spvcf_decode {
3939
File spvcf_gz
40-
String release = "v0.7.0"
40+
String release = "v1.0.0"
4141

4242
parameter_meta {
4343
spvcf_gz: "stream"
@@ -69,7 +69,7 @@ task spvcf_decode {
6969
task spvcf_squeeze {
7070
File vcf_gz
7171
Boolean multithread = false
72-
String release = "v0.7.0"
72+
String release = "v1.0.0"
7373

7474
parameter_meta {
7575
vcf_gz: "stream"

0 commit comments

Comments
 (0)