Skip to content

Commit

Permalink
Bumped version to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinaryee committed Nov 1, 2020
1 parent a3e443f commit 6a38b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/bismark_wgbs/bismark_wgbs.wdl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workflow call_bismark_pool {

String version = "v1.1"
String version = "v1.2"

# 'dev' pipeline versions use the image with the 'latest' tag.
# release pipeline versions use images tagged with the version number itself
Expand Down Expand Up @@ -207,4 +207,4 @@ task merge_replicates {
File output_bai = "${samplename}.sorted.bai"
}

}
}

0 comments on commit 6a38b53

Please sign in to comment.