From b55b157cdfd156233e19c63262e4fcaf875253ce Mon Sep 17 00:00:00 2001 From: Micha Rautenberg Date: Thu, 23 Jul 2015 12:41:46 +0200 Subject: only install task service for toxbank investigation --- service_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3