Skip to content

Commit

Permalink
Fix workflow_version in output.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrowell committed Nov 5, 2024
1 parent 323fa53 commit 3188c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflows/family.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,6 @@ workflow humanwgs_family {

# workflow metadata
String workflow_name = "humanwgs_family"
String workflow_version = "v2.0.0-rc6~{"-" + debug_version}"
String workflow_version = "v2.0.0~{"-" + debug_version}"
}
}
2 changes: 1 addition & 1 deletion workflows/singleton.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,6 @@ workflow humanwgs_singleton {

# workflow metadata
String workflow_name = "humanwgs_family"
String workflow_version = "v2.0.0-rc6~{"-" + debug_version}"
String workflow_version = "v2.0.0~{"-" + debug_version}"
}
}

0 comments on commit 3188c27

Please sign in to comment.