summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha Rautenberg <mr@mrautenberg.de>2015-07-23 12:41:46 +0200
committerMicha Rautenberg <mr@mrautenberg.de>2015-07-23 12:41:46 +0200
commitb55b157cdfd156233e19c63262e4fcaf875253ce (patch)
treecf06ed241cc35d0f759cf43cf4569f5982f9e095
parenta6dfb4db376a750c388f496d838533a31080db3c (diff)
only install task service for toxbank investigation
-rw-r--r--service_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/service_install.sh b/service_install.sh
index f2d44bd..77b9e46 100644
--- a/service_install.sh
+++ b/service_install.sh
@@ -12,7 +12,7 @@ cd $OT_PREFIX/opentox-client/bin
cd $OT_PREFIX/opentox-server/bin
./opentox-server-install silent
-for f in algorithm compound dataset feature model validation task opentox-test; do
+for f in task; do
git clone "https://github.com/opentox/$f.git" $OT_PREFIX/$f
cd $OT_PREFIX/$f
git checkout development 2>/dev/null