summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2019-05-28 14:25:52 +0000
committergebele <gebele@in-silico.ch>2019-05-28 14:25:52 +0000
commit5a3be4190688bc8240327930b3e953b09ecc9d9e (patch)
treec26ae148d18bcb0195a092b9339dbfcd16718a9e /FAQ.md
parent750e91ae181c06c2f9d067d540d2d336274049b0 (diff)
before clean up
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/FAQ.md b/FAQ.md
index 24283cb..00e4f5f 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -19,20 +19,23 @@ inconsistencies that might affect the prediction.
#### How can I use *lazar* locally on my computer
If you are familiar with docker, you can use one of our docker images to run lazar locally:
-https://hub.docker.com/r/insilicotox/lazar
-https://hub.docker.com/r/insilicotox/nano-lazar
+
+[lazar docker image](https://hub.docker.com/r/insilicotox/lazar)
+
+[nano-lazar docker image](https://hub.docker.com/r/insilicotox/nano-lazar)
If you want to install lazar/nano-lazar without docker you should know how to use UNIX/Linux and the Ruby programming language. Source code and brief installation instructions for the GUIs is available at:
-https://github.com/opentox/lazar-gui
-https://github.com/opentox/nano-lazar
+[lazar gui source code](https://github.com/opentox/lazar-gui)
+
+[nano-lazar gui source code](https://github.com/opentox/nano-lazar)
You can also use just the libraries from the command line:
-https://github.com/opentox/lazar
+[lazar|nano-lazar lib](https://github.com/opentox/lazar)
Documentation is available at:
-http://www.rubydoc.info/gems/lazar
+[gem](http://www.rubydoc.info/gems/lazar)
lazar depends on a couple of external libraries and programs, that could be difficult to install. Due to limited resources we cannot provide support, please use the docker version if you cannot manage it on your own.