forked from FlorianSong/BagPype
-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.sh
executable file
·26 lines (19 loc) · 925 Bytes
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
# wget http://kinemage.biochem.duke.edu/php/downlode-3.php?filename=/../downloads/software/reduce31/reduce.3.23.130521.linuxi386.gz
# gunzip *.gz
# mv *.linuxi386 dependencies/reduce
#wget http://kinemage.biochem.duke.edu/php/downlode-3.php?filename=/../downloads/software/reduce31/reduce.3.23.130521.macosx.zip
#unzip *.macosx.zip
#mv *.macosx dependencies/reduce.macosx
#rm *.macosx.zip
# wget ftp://ftp.ebi.ac.uk/pub/databases/msd/pdbechem/files/mmcif.tar.gz
# tar -zxf mmcif.tar.gz
# mv mmcif/* dependencies/mmcif/
# rm -r mmcif*
# echo # added by proteinClass installer >> ~/.bashrc
# export PYTHONPATH="$PWD:$PYTHONPATH"
chmod +x src/bagpype/dependencies/reduce
# This bit changes the settings.py file so that no modification there is necessary
# line="DEPENDENCIES_ROOT = '$PWD/dependencies' # Modify this line"
# sed -i "2s|.*|$line|" $PWD/bagpype/settings.py
#python proteingraph/setup.py install