Skip to content

Commit

Permalink
update to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-sud committed Jun 9, 2021
1 parent 1ed8ba2 commit 6040827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions wgbs-pipeline.wdl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
workflow wgbs {
meta {
version: "1.1.5"
caper_docker: "encodedcc/wgbs-pipeline:1.1.5"
caper_singularity: "docker:https://encodedcc/wgbs-pipeline:1.1.5"
version: "1.1.6"
caper_docker: "encodedcc/wgbs-pipeline:1.1.6"
caper_singularity: "docker:https://encodedcc/wgbs-pipeline:1.1.6"
croo_out_def: "https://raw.githubusercontent.com/ENCODE-DCC/wgbs-pipeline/dev/croo_out_def.json"
}

Expand Down
2 changes: 1 addition & 1 deletion wgbs_pipeline/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "wgbs-pipeline"
__version__ = "1.1.5"
__version__ = "1.1.6"
__description__ = "Python scripts required for running ENCODE WGBS pipeline."
__url__ = "https://github.com/ENCODE-DCC/wgbs-pipeline"
__uri__ = __url__
Expand Down

0 comments on commit 6040827

Please sign in to comment.