Skip to content

Commit 0a65d48

Browse files
committed
add bedtobigbed to installer
1 parent cd78af4 commit 0a65d48

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

install_dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ INSTALL_WIGGLER_AND_MCR=1
1313

1414
## install packages from official channels (bioconda and r)
1515

16-
conda create -n ${ENV_NAME} --file requirements.txt -y -c asmeurer -c defaults -c bioconda -c r
17-
conda create -n ${ENV_NAME_PY3} --file requirements_py3.txt -y -c asmeurer -c defaults -c bioconda -c r
16+
conda create -n ${ENV_NAME} --file requirements.txt -y -c daler -c asmeurer -c defaults -c bioconda -c r
17+
conda create -n ${ENV_NAME_PY3} --file requirements_py3.txt -y -c daler -c asmeurer -c defaults -c bioconda -c r
1818

1919

2020
### bash function definition

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ucsc-wigtobigwig
88
ucsc-bedgraphtobigwig
99
ucsc-bigwiginfo
1010
ucsc-bedclip
11+
ucsc-bedtobigbed
1112
picard ==1.126 # 1.97 in bioconda has corrupted .jar
1213
deeptools ==2.2.3
1314
numpy ==1.10.2 # 1.9.3 (conflict)

0 commit comments

Comments
 (0)