-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #354 from ENCODE-DCC/dev
v2.0.3
- Loading branch information
Showing
2 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]' | ||
|
@@ -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' | ||
|
||
|
@@ -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' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters