Skip to content

Commit a0e1504

Browse files
authored
Merge pull request #252 from ENCODE-DCC/dev
v2.1.2
2 parents 9864cbd + eff97fd commit a0e1504

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

chip.wdl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ struct RuntimeEnvironment {
77
}
88

99
workflow chip {
10-
String pipeline_ver = 'v2.1.1'
10+
String pipeline_ver = 'v2.1.2'
1111

1212
meta {
13-
version: 'v2.1.1'
13+
version: 'v2.1.2'
1414

1515
author: 'Jin wook Lee'
1616
@@ -19,8 +19,8 @@ workflow chip {
1919

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

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

2626
parameter_group: {
@@ -71,8 +71,8 @@ workflow chip {
7171
}
7272
input {
7373
# group: runtime_environment
74-
String docker = 'encodedcc/chip-seq-pipeline:v2.1.1'
75-
String singularity = 'library://leepc12/default/chip-seq-pipeline:v2.1.1'
74+
String docker = 'encodedcc/chip-seq-pipeline:v2.1.2'
75+
String singularity = 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/chip-seq-pipeline_v2.1.2.sif'
7676
String conda = 'encode-chip-seq-pipeline'
7777
String conda_macs2 = 'encode-chip-seq-pipeline-macs2'
7878
String conda_spp = 'encode-chip-seq-pipeline-spp'

scripts/requirements.spp.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ bedtools ==2.29.0
55
bedops ==2.4.39
66
phantompeakqualtools ==1.2.2
77

8+
ucsc-bedclip
9+
ucsc-bedtobigbed
10+
811
r #==3.5.1 # 3.4.4 in docker/singularity image
912
r-snow
1013
r-snowfall

0 commit comments

Comments
 (0)