Skip to content

Commit

Permalink
Merge pull request #354 from ENCODE-DCC/dev
Browse files Browse the repository at this point in the history
v2.0.3
  • Loading branch information
leepc12 authored Dec 9, 2021
2 parents cd1508c + ec036c1 commit fbeda58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions atac.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ struct RuntimeEnvironment {
}

workflow atac {
String pipeline_ver = 'v2.0.2'
String pipeline_ver = 'v2.0.3'

meta {
version: 'v2.0.2'
version: 'v2.0.3'

author: 'Jin wook Lee'
email: '[email protected]'
Expand All @@ -19,8 +19,8 @@ workflow atac {

specification_document: 'https://docs.google.com/document/d/1f0Cm4vRyDQDu0bMehHD7P7KOMxTOP-HiNoIvL1VcBt8/edit?usp=sharing'

default_docker: 'encodedcc/atac-seq-pipeline:v2.0.2'
default_singularity: 'library://leepc12/default/atac-seq-pipeline:v2.0.2'
default_docker: 'encodedcc/atac-seq-pipeline:v2.0.3'
default_singularity: 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/atac-seq-pipeline_v2.0.3.sif'
default_conda: 'encode-atac-seq-pipeline'
croo_out_def: 'https://storage.googleapis.com/encode-pipeline-output-definition/atac.croo.v5.json'

Expand Down Expand Up @@ -72,8 +72,8 @@ workflow atac {
}
input {
# group: runtime_environment
String docker = 'encodedcc/atac-seq-pipeline:v2.0.2'
String singularity = 'library://leepc12/default/atac-seq-pipeline:v2.0.2'
String docker = 'encodedcc/atac-seq-pipeline:v2.0.3'
String singularity = 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/atac-seq-pipeline_v2.0.3.sif'
String conda = 'encode-atac-seq-pipeline'
String conda_macs2 = 'encode-atac-seq-pipeline-macs2'
String conda_spp = 'encode-atac-seq-pipeline-spp'
Expand Down
3 changes: 3 additions & 0 deletions scripts/requirements.spp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ bedtools ==2.29.0
bedops ==2.4.39
phantompeakqualtools ==1.2.2

ucsc-bedclip
ucsc-bedtobigbed

r #==3.5.1 # 3.4.4 in docker/singularity image
r-snow
r-snowfall
Expand Down

0 comments on commit fbeda58

Please sign in to comment.