File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ ucsc-wigtobigwig
88ucsc-bedgraphtobigwig
99ucsc-bigwiginfo
1010ucsc-bedclip
11+ ucsc-bedtobigbed
1112picard == 1.126 # 1.97 in bioconda has corrupted .jar
1213deeptools == 2.2.3
1314numpy == 1.10.2 # 1.9.3 (conflict)
You can’t perform that action at this time.
0 commit comments