Skip to content

Commit

Permalink
v1.0.0 🍾
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Apr 1, 2019
1 parent 1f978ea commit 8851a12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spvcf.wdl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
task spvcf_encode {
File vcf_gz
Boolean multithread = false
String release = "v0.7.0"
String release = "v1.0.0"

parameter_meta {
vcf_gz: "stream"
Expand Down Expand Up @@ -37,7 +37,7 @@ task spvcf_encode {

task spvcf_decode {
File spvcf_gz
String release = "v0.7.0"
String release = "v1.0.0"

parameter_meta {
spvcf_gz: "stream"
Expand Down Expand Up @@ -69,7 +69,7 @@ task spvcf_decode {
task spvcf_squeeze {
File vcf_gz
Boolean multithread = false
String release = "v0.7.0"
String release = "v1.0.0"

parameter_meta {
vcf_gz: "stream"
Expand Down

0 comments on commit 8851a12

Please sign in to comment.