File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ struct RuntimeEnvironment {
7
7
}
8
8
9
9
workflow chip {
10
- String pipeline_ver = 'v2.1.5 '
10
+ String pipeline_ver = 'v2.1.6 '
11
11
12
12
meta {
13
- version : 'v2.1.5 '
13
+ version : 'v2.1.6 '
14
14
15
15
author : 'Jin wook Lee'
16
16
email : 'leepc12@gmail.com'
@@ -19,8 +19,8 @@ workflow chip {
19
19
20
20
specification_document : 'https://docs.google.com/document/d/1lG_Rd7fnYgRpSIqrIfuVlAz2dW1VaSQThzk836Db99c/edit?usp=sharing'
21
21
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'
24
24
croo_out_def : 'https://storage.googleapis.com/encode-pipeline-output-definition/chip.croo.v5.json'
25
25
26
26
parameter_group : {
@@ -71,8 +71,8 @@ workflow chip {
71
71
}
72
72
input {
73
73
# 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'
76
76
String conda = 'encode-chip-seq-pipeline'
77
77
String conda_macs2 = 'encode-chip-seq-pipeline-macs2'
78
78
String conda_spp = 'encode-chip-seq-pipeline-spp'
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python2
1
+ #!/usr/bin/env python3
2
2
3
3
# piped script to take multimappers and randomly assign
4
4
# requires a qname sorted file!!
You can’t perform that action at this time.
0 commit comments