Skip to content

Commit

Permalink
Merge pull request #252 from ENCODE-DCC/dev
Browse files Browse the repository at this point in the history
v2.1.2
  • Loading branch information
leepc12 authored Dec 9, 2021
2 parents 9864cbd + eff97fd commit a0e1504
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions chip.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ struct RuntimeEnvironment {
}

workflow chip {
String pipeline_ver = 'v2.1.1'
String pipeline_ver = 'v2.1.2'

meta {
version: 'v2.1.1'
version: 'v2.1.2'

author: 'Jin wook Lee'
email: 'leepc12@gmail.com'
Expand All @@ -19,8 +19,8 @@ workflow chip {

specification_document: 'https://docs.google.com/document/d/1lG_Rd7fnYgRpSIqrIfuVlAz2dW1VaSQThzk836Db99c/edit?usp=sharing'

default_docker: 'encodedcc/chip-seq-pipeline:v2.1.1'
default_singularity: 'library://leepc12/default/chip-seq-pipeline:v2.1.1'
default_docker: 'encodedcc/chip-seq-pipeline:v2.1.2'
default_singularity: 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/chip-seq-pipeline_v2.1.2.sif'
croo_out_def: 'https://storage.googleapis.com/encode-pipeline-output-definition/chip.croo.v5.json'

parameter_group: {
Expand Down Expand Up @@ -71,8 +71,8 @@ workflow chip {
}
input {
# group: runtime_environment
String docker = 'encodedcc/chip-seq-pipeline:v2.1.1'
String singularity = 'library://leepc12/default/chip-seq-pipeline:v2.1.1'
String docker = 'encodedcc/chip-seq-pipeline:v2.1.2'
String singularity = 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/chip-seq-pipeline_v2.1.2.sif'
String conda = 'encode-chip-seq-pipeline'
String conda_macs2 = 'encode-chip-seq-pipeline-macs2'
String conda_spp = 'encode-chip-seq-pipeline-spp'
Expand Down
3 changes: 3 additions & 0 deletions scripts/requirements.spp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ bedtools ==2.29.0
bedops ==2.4.39
phantompeakqualtools ==1.2.2

ucsc-bedclip
ucsc-bedtobigbed

r #==3.5.1 # 3.4.4 in docker/singularity image
r-snow
r-snowfall
Expand Down

0 comments on commit a0e1504

Please sign in to comment.