From 658a73f4648f179f4f9073e0011e71085ee3e733 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 10 Feb 2010 11:01:33 +0100 Subject: Algorithm component switched back to helma --- bin/opentox-install-ubuntu.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3