summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2014-08-26 14:14:53 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2014-08-26 14:14:53 +0200
commit6b49cf9bbef88b7dbdaf60c2aca67c0e9c6519ee (patch)
treef5fdccce65f22666bdacfb81a12142789bab8d51
parent66a92b557fede4c804f5714d4ecab75797929829 (diff)
Update 2012-08-09-install-opentox-development-environment.md
Added validation to service install
-rw-r--r--_posts/2012-08-09-install-opentox-development-environment.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2012-08-09-install-opentox-development-environment.md b/_posts/2012-08-09-install-opentox-development-environment.md
index 02946bb..27d8725 100644
--- a/_posts/2012-08-09-install-opentox-development-environment.md
+++ b/_posts/2012-08-09-install-opentox-development-environment.md
@@ -81,7 +81,7 @@ Download and install opentox-client and opentox-server:
Download and install services and tests:
- for f in algorithm compound dataset feature model task opentox-test; do
+ for f in algorithm compound dataset feature model validation task opentox-test; do
git clone "git@github.com:opentox/$f.git" $OT_PREFIX/$f
cd $OT_PREFIX/$f
git checkout development 2>/dev/null