summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-09-05 16:57:38 +0300
committerdavor <vorgrimmlerdavid@gmx.de>2012-09-05 16:57:38 +0300
commite76ec3dec5beccf02c02202d4b722257eec453ec (patch)
tree580480d635e543c272cadb9d1e3010c201780d2a
parent17ceabc82e7a42eb449d7ac9bfcdca201389836c (diff)
Added model to services.
-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 160a18a..ea32161 100644
--- a/_posts/2012-08-09-install-opentox-development-environment.md
+++ b/_posts/2012-08-09-install-opentox-development-environment.md
@@ -84,7 +84,7 @@ Next opentox-client and opentox-server will be downloaded and installed.
OpenTox services(algorithm compound dataset feature task opentox-test) and tests will be downloaded and installed.
- for f in algorithm compound dataset feature task opentox-test; do
+ for f in algorithm compound dataset feature model 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