-
Notifications
You must be signed in to change notification settings - Fork 174
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 #386 from ENCODE-DCC/dev
v2.2.0
- Loading branch information
Showing
8 changed files
with
70 additions
and
78 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
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
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.1.3' | ||
String pipeline_ver = 'v2.2.0' | ||
|
||
meta { | ||
version: 'v2.1.3' | ||
version: 'v2.2.0' | ||
|
||
author: 'Jin wook Lee' | ||
email: '[email protected]' | ||
|
@@ -19,9 +19,9 @@ workflow atac { | |
|
||
specification_document: 'https://docs.google.com/document/d/1f0Cm4vRyDQDu0bMehHD7P7KOMxTOP-HiNoIvL1VcBt8/edit?usp=sharing' | ||
|
||
default_docker: 'encodedcc/atac-seq-pipeline:v2.1.3' | ||
default_singularity: 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/atac-seq-pipeline_v2.1.3.sif' | ||
default_conda: 'encode-atac-seq-pipeline' | ||
default_docker: 'encodedcc/atac-seq-pipeline:v2.2.0' | ||
default_singularity: 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/atac-seq-pipeline_v2.2.0.sif' | ||
default_conda: 'encd-atac' | ||
croo_out_def: 'https://storage.googleapis.com/encode-pipeline-output-definition/atac.croo.v5.json' | ||
|
||
parameter_group: { | ||
|
@@ -72,12 +72,12 @@ workflow atac { | |
} | ||
input { | ||
# group: runtime_environment | ||
String docker = 'encodedcc/atac-seq-pipeline:v2.1.3' | ||
String singularity = 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/atac-seq-pipeline_v2.1.3.sif' | ||
String conda = 'encode-atac-seq-pipeline' | ||
String conda_macs2 = 'encode-atac-seq-pipeline-macs2' | ||
String conda_spp = 'encode-atac-seq-pipeline-spp' | ||
String conda_python2 = 'encode-atac-seq-pipeline-python2' | ||
String docker = 'encodedcc/atac-seq-pipeline:v2.2.0' | ||
String singularity = 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/atac-seq-pipeline_v2.2.0.sif' | ||
String conda = 'encd-atac' | ||
String conda_macs2 = 'encd-atac-macs2' | ||
String conda_spp = 'encd-atac-spp' | ||
String conda_python2 = 'encd-atac-py2' | ||
|
||
# group: pipeline_metadata | ||
String title = 'Untitled' | ||
|
@@ -255,22 +255,22 @@ workflow atac { | |
conda: { | ||
description: 'Default Conda environment name to run WDL tasks. For Conda users only.', | ||
group: 'runtime_environment', | ||
example: 'encode-atac-seq-pipeline' | ||
example: 'encd-atac' | ||
} | ||
conda_macs2: { | ||
description: 'Conda environment name for task macs2. For Conda users only.', | ||
group: 'runtime_environment', | ||
example: 'encode-atac-seq-pipeline-macs2' | ||
example: 'encd-atac-macs2' | ||
} | ||
conda_spp: { | ||
description: 'Conda environment name for tasks spp/xcor. For Conda users only.', | ||
group: 'runtime_environment', | ||
example: 'encode-atac-seq-pipeline-spp' | ||
example: 'encd-atac-spp' | ||
} | ||
conda_python2: { | ||
description: 'Conda environment name for tasks with python2 wrappers (tss_enrich). For Conda users only.', | ||
group: 'runtime_environment', | ||
example: 'encode-atac-seq-pipeline-python2' | ||
example: 'encd-atac-py2' | ||
} | ||
title: { | ||
description: 'Experiment title.', | ||
|
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
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
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
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
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