summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-02-10 11:01:33 +0100
committerChristoph Helma <helma@in-silico.de>2010-02-10 11:01:33 +0100
commit658a73f4648f179f4f9073e0011e71085ee3e733 (patch)
tree2dc2fe340406d545907d1a996e28673d030481f8 /bin
parent8dda44a7d3500b581cca385d65db0438951ad3da (diff)
Algorithm component switched back to helma
Diffstat (limited to 'bin')
-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