Commit 52143e8c authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

attempted fix

parent 654a9993
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -38,3 +38,9 @@ conda install -y -q -c conda-forge zlib=1.2.11
conda install -y -q -c conda-forge requests=2.18.4
conda install -y -q -c conda-forge xgboost=0.6a2
conda install -y -q -c rdkit rdkit=2017.09.1
pushd .
cd $HOME
git clone https://github.com/kundajelab/simdna
cd simdna
python setup.py develop
popd