From 4267a8a6a3e64a27081b8073c855a50a9261ef86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20D=C3=B6bel?= <38905359+MarvinDo@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:18:20 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 013a900f..d4b8cd64 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ The live version is hosted by the university of cologne: [https://heredivar.uni- Further details about the features of HerediVar can be found here: [https://heredivar.uni-koeln.de/documentation](https://heredivar.uni-koeln.de/documentation) -![infrastructure](https://github.com/GC-HBOC/HerediVar/blob/main/doc/img/Infrastructure.png?raw=true) - ## Tooling HerediVar uses the following tools: - Operating System: tested on Linux Ubuntu 20.04 @@ -26,6 +24,9 @@ HerediVar uses the following tools: - Database: MariaDB (v.10.3.39) - Tests: PyTest (v.8.2.2) and Playwright (v.1.45.0) +On a high level, the HerediVar infrastructure looks like this: +![infrastructure](https://github.com/GC-HBOC/HerediVar/blob/main/doc/img/Infrastructure.png?raw=true) + ## Installation The HerediVar installation is quite lengthy, because it requires a lot of data and tools. It is recommended that you have at least 500 GB of free disk space to install HerediVar. HerediVar was developed and tested on Linux Ubuntu 20.04. So the following steps assume you are using this operating system. (There is however a good chance that HerediVar will work properly on any operating system, but you might need to adjust the installation scripts.)