File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ struct RuntimeEnvironment {
77}
88
99workflow chip {
10- String pipeline_ver = 'v2.1.5 '
10+ String pipeline_ver = 'v2.1.6 '
1111
1212 meta {
13- version : 'v2.1.5 '
13+ version : 'v2.1.6 '
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.5 '
23- default_singularity : 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/chip-seq-pipeline_v2.1.5 .sif'
22+ default_docker : 'encodedcc/chip-seq-pipeline:v2.1.6 '
23+ default_singularity : 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/chip-seq-pipeline_v2.1.6 .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.5 '
75- String singularity = 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/chip-seq-pipeline_v2.1.5 .sif'
74+ String docker = 'encodedcc/chip-seq-pipeline:v2.1.6 '
75+ String singularity = 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/chip-seq-pipeline_v2.1.6 .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'
You can’t perform that action at this time.
0 commit comments