We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a45350 commit 8ad7139Copy full SHA for 8ad7139
install_dependencies.sh
@@ -68,7 +68,8 @@ if [ ${INSTALL_WIGGLER_AND_MCR} == 1 ]; then
68
69
### install MCR (560MB)
70
cd $CONDA_EXTRA
71
- wget https://personal.broadinstitute.org/anshul/softwareRepo/MCR2010b.bin -N --no-check-certificate
+ wget http://mitra.stanford.edu/kundaje/software/MCR2010b.bin -N --no-check-certificate
72
+ #wget https://personal.broadinstitute.org/anshul/softwareRepo/MCR2010b.bin -N --no-check-certificate
73
chmod 755 MCR2010b.bin
74
echo '-P installLocation="'${CONDA_EXTRA}'/MATLAB_Compiler_Runtime"' > tmp.stdin
75
./MCR2010b.bin -silent -options "tmp.stdin"
0 commit comments