summaryrefslogtreecommitdiff
path: root/bin/opentox-install-ubuntu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/opentox-install-ubuntu.sh')
-rwxr-xr-xbin/opentox-install-ubuntu.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/opentox-install-ubuntu.sh b/bin/opentox-install-ubuntu.sh
index b27f9f9..75faff7 100755
--- a/bin/opentox-install-ubuntu.sh
+++ b/bin/opentox-install-ubuntu.sh
@@ -261,8 +261,7 @@ fi
echo "Installing the webservices: compound, dataset, algorithm, model, task, feature"
git clone git://github.com/helma/opentox-compound.git >>$INSTALLLOG 2>>$ERRLOG
git clone git://github.com/helma/opentox-dataset.git >>$INSTALLLOG 2>>$ERRLOG
-# opentox-algorithem only temporally from davor!
-git clone git://github.com/davor/opentox-algorithm.git >>$INSTALLLOG 2>>$ERRLOG
+git clone git://github.com/helma/opentox-algorithm.git >>$INSTALLLOG 2>>$ERRLOG
git clone git://github.com/helma/opentox-model.git >>$INSTALLLOG 2>>$ERRLOG
git clone git://github.com/helma/opentox-task.git >>$INSTALLLOG 2>>$ERRLOG
git clone git://github.com/helma/opentox-feature.git >>$INSTALLLOG 2>>$ERRLOG