-
Notifications
You must be signed in to change notification settings - Fork 123
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 #287 from ENCODE-DCC/dev
v2.2.1
- Loading branch information
Showing
7 changed files
with
131 additions
and
94 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 chip { | ||
String pipeline_ver = 'v2.2.0' | ||
String pipeline_ver = 'v2.2.1' | ||
|
||
meta { | ||
version: 'v2.2.0' | ||
version: 'v2.2.1' | ||
|
||
author: 'Jin wook Lee' | ||
email: '[email protected]' | ||
|
@@ -19,8 +19,8 @@ workflow chip { | |
|
||
specification_document: 'https://docs.google.com/document/d/1lG_Rd7fnYgRpSIqrIfuVlAz2dW1VaSQThzk836Db99c/edit?usp=sharing' | ||
|
||
default_docker: 'encodedcc/chip-seq-pipeline:v2.2.0' | ||
default_singularity: 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/chip-seq-pipeline_v2.2.0.sif' | ||
default_docker: 'encodedcc/chip-seq-pipeline:v2.2.1' | ||
default_singularity: 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/chip-seq-pipeline_v2.2.1.sif' | ||
croo_out_def: 'https://storage.googleapis.com/encode-pipeline-output-definition/chip.croo.v5.json' | ||
|
||
parameter_group: { | ||
|
@@ -71,8 +71,8 @@ workflow chip { | |
} | ||
input { | ||
# group: runtime_environment | ||
String docker = 'encodedcc/chip-seq-pipeline:v2.2.0' | ||
String singularity = 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/chip-seq-pipeline_v2.2.0.sif' | ||
String docker = 'encodedcc/chip-seq-pipeline:v2.2.1' | ||
String singularity = 'https://encode-pipeline-singularity-image.s3.us-west-2.amazonaws.com/chip-seq-pipeline_v2.2.1.sif' | ||
String conda = 'encd-chip' | ||
String conda_macs2 = 'encd-chip-macs2' | ||
String conda_spp = 'encd-chip-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
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 |
---|---|---|
@@ -1,25 +1,17 @@ | ||
# Conda environment for tasks (spp, xcor) in atac/chip | ||
# some packages (phantompeakquals, r-spp) will be installed separately | ||
# couldn't resolve all conda conflicts | ||
|
||
python >=3 | ||
bedtools ==2.29.0 | ||
bedops ==2.4.39 | ||
phantompeakqualtools ==1.2.2 | ||
|
||
ucsc-bedclip | ||
ucsc-bedtobigbed | ||
r-base ==3.6.1 | ||
|
||
r #==3.5.1 # 3.4.4 in docker/singularity image | ||
r-snow | ||
r-snowfall | ||
r-bitops | ||
r-catools | ||
bioconductor-rsamtools | ||
r-spp <1.16 #==1.15.5 # previously 1.15.5, and 1.14 in docker/singularity image, 1.16 has lwcc() error | ||
tabix | ||
|
||
matplotlib | ||
pandas | ||
numpy | ||
ghostscript | ||
|
||
openssl ==1.0.2u # to fix missing libssl.so.1.0.0 for UCSC tools (bedClip, ...) |
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