Skip to content

Commit

Permalink
PIP-1592-increase-pearson-ram (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-sud committed Jul 21, 2021
1 parent 6040827 commit f41d0dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions wgbs-pipeline.wdl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
workflow wgbs {
meta {
version: "1.1.6"
caper_docker: "encodedcc/wgbs-pipeline:1.1.6"
caper_singularity: "docker:https://encodedcc/wgbs-pipeline:1.1.6"
version: "1.1.7"
caper_docker: "encodedcc/wgbs-pipeline:1.1.7"
caper_singularity: "docker:https://encodedcc/wgbs-pipeline:1.1.7"
croo_out_def: "https://raw.githubusercontent.com/ENCODE-DCC/wgbs-pipeline/dev/croo_out_def.json"
}

Expand Down Expand Up @@ -554,7 +554,7 @@ task calculate_bed_pearson_correlation {
File bed1
File bed2
Int? num_cpus = 1
Int? ram_gb = 8
Int? ram_gb = 16
Int? disk_size_gb = 50
command {
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.6"
__version__ = "1.1.7"
__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 f41d0dc

Please sign in to comment.