Skip to content

Commit

Permalink
update to 1.1.2 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-sud committed Nov 18, 2020
1 parent 24d4863 commit 1573715
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.1"
caper_docker: "encodedcc/wgbs-pipeline:1.1.1"
caper_singularity: "docker:https://encodedcc/wgbs-pipeline:1.1.1"
version: "1.1.2"
caper_docker: "encodedcc/wgbs-pipeline:1.1.2"
caper_singularity: "docker:https://encodedcc/wgbs-pipeline:1.1.2"
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.1"
__version__ = "1.1.2"
__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 1573715

Please sign in to comment.