Skip to content

Commit 8ad7139

Browse files
committed
change MCR2010b location (broad->mitra)
1 parent 0a45350 commit 8ad7139

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install_dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ if [ ${INSTALL_WIGGLER_AND_MCR} == 1 ]; then
6868

6969
### install MCR (560MB)
7070
cd $CONDA_EXTRA
71-
wget https://personal.broadinstitute.org/anshul/softwareRepo/MCR2010b.bin -N --no-check-certificate
71+
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
7273
chmod 755 MCR2010b.bin
7374
echo '-P installLocation="'${CONDA_EXTRA}'/MATLAB_Compiler_Runtime"' > tmp.stdin
7475
./MCR2010b.bin -silent -options "tmp.stdin"

0 commit comments

Comments
 (0)