File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
3
3
#CROO out_def https://storage.googleapis.com/encode-pipeline-output-definition/chip.croo.v4.json
4
4
5
5
workflow chip {
6
6
meta {
7
7
author : 'Jin wook Lee (leepc12@gmail.com) at ENCODE-DCC'
8
8
description : 'ENCODE TF/Histone ChIP-Seq pipeline'
9
9
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 '
12
12
croo_out_def : 'https://storage.googleapis.com/encode-pipeline-output-definition/chip.croo.v4.json'
13
13
}
14
14
# pipeline version
15
- String pipeline_ver = '1 .4.0'
15
+ String pipeline_ver = 'v1 .4.0.1 '
16
16
### sample name, description
17
17
String title = 'Untitled'
18
18
String description = 'No description'
You can’t perform that action at this time.
0 commit comments