Skip to content

Commit e2a698d

Browse files
authored
Merge pull request #149 from ENCODE-DCC/dev
v1.4.0.1
2 parents 961a9ee + 0633a20 commit e2a698d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

chip.wdl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
#CAPER docker quay.io/encode-dcc/chip-seq-pipeline:1.4.0
2-
#CAPER singularity docker://quay.io/encode-dcc/chip-seq-pipeline:1.4.0
1+
#CAPER docker quay.io/encode-dcc/chip-seq-pipeline:v1.4.0.1
2+
#CAPER singularity docker://quay.io/encode-dcc/chip-seq-pipeline:v1.4.0.1
33
#CROO out_def https://storage.googleapis.com/encode-pipeline-output-definition/chip.croo.v4.json
44
55
workflow chip {
66
meta {
77
author: 'Jin wook Lee (leepc12@gmail.com) at ENCODE-DCC'
88
description: 'ENCODE TF/Histone ChIP-Seq pipeline'
99

10-
caper_docker: 'quay.io/encode-dcc/chip-seq-pipeline:1.4.0'
11-
caper_singularity: 'docker://quay.io/encode-dcc/chip-seq-pipeline:1.4.0'
10+
caper_docker: 'quay.io/encode-dcc/chip-seq-pipeline:v1.4.0.1'
11+
caper_singularity: 'docker://quay.io/encode-dcc/chip-seq-pipeline:v1.4.0.1'
1212
croo_out_def: 'https://storage.googleapis.com/encode-pipeline-output-definition/chip.croo.v4.json'
1313
}
1414
# pipeline version
15-
String pipeline_ver = '1.4.0'
15+
String pipeline_ver = 'v1.4.0.1'
1616
### sample name, description
1717
String title = 'Untitled'
1818
String description = 'No description'

0 commit comments

Comments
 (0)