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 {
77}
88
99workflow atac {
10- String pipeline_ver = 'v2.1.2 '
10+ String pipeline_ver = 'v2.1.3 '
1111
1212 meta {
13- version : 'v2.1.2 '
13+ version : 'v2.1.3 '
1414
1515 author : 'Jin wook Lee'
1616 email : 'leepc12@gmail.com'
@@ -19,8 +19,8 @@ workflow atac {
1919
2020 specification_document : 'https://docs.google.com/document/d/1f0Cm4vRyDQDu0bMehHD7P7KOMxTOP-HiNoIvL1VcBt8/edit?usp=sharing'
2121
22- default_docker : 'encodedcc/atac-seq-pipeline:v2.1.2 '
23- default_singularity : 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/atac-seq-pipeline_v2.1.2 .sif'
22+ default_docker : 'encodedcc/atac-seq-pipeline:v2.1.3 '
23+ default_singularity : 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/atac-seq-pipeline_v2.1.3 .sif'
2424 default_conda : 'encode-atac-seq-pipeline'
2525 croo_out_def : 'https://storage.googleapis.com/encode-pipeline-output-definition/atac.croo.v5.json'
2626
@@ -72,8 +72,8 @@ workflow atac {
7272 }
7373 input {
7474 # group: runtime_environment
75- String docker = 'encodedcc/atac-seq-pipeline:v2.1.2 '
76- String singularity = 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/atac-seq-pipeline_v2.1.2 .sif'
75+ String docker = 'encodedcc/atac-seq-pipeline:v2.1.3 '
76+ String singularity = 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/atac-seq-pipeline_v2.1.3 .sif'
7777 String conda = 'encode-atac-seq-pipeline'
7878 String conda_macs2 = 'encode-atac-seq-pipeline-macs2'
7979 String conda_spp = 'encode-atac-seq-pipeline-spp'
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python2
1+ #!/usr/bin/env python3
22
33# piped script to take multimappers and randomly assign
44# requires a qname sorted file!!
You can’t perform that action at this time.
0 commit comments