From d1ab47b4ca90fdae780e3863b74fae7dcf77a694 Mon Sep 17 00:00:00 2001 From: Pascal <pnieters@uos.de> Date: Tue, 31 Mar 2020 12:00:47 +0200 Subject: [PATCH] README readability --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 824295b..5346f5a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It is recommended to install a local virtual environment for python3, a requirem Run ``virtualenv --no-site-packages --python=python3 .venv`` followed by ``pip install requirements.txt`` to get going. -The experiment is then run by first sampling interactions effects and then the posterior, currently implemented via a SGE scripts ./src/gridjob_sample_ia.sge and ./src/gridjob_sample_posterior.sge . Adapt to different runtimes as needed. +The experiment is then run by first sampling interactions effects and then the posterior, currently implemented via a SGE scripts ``./src/gridjob_sample_ia.sge`` and ``./src/gridjob_sample_posterior.sge`` . Adapt to different runtimes as needed. # Data sources -- GitLab