From f7e35156cd91733efc2865d4a3a9283f472ea080 Mon Sep 17 00:00:00 2001 From: Niklaus Johner Date: Thu, 11 Jul 2024 14:16:45 +0200 Subject: [PATCH] Fix displying workflows in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c32af95b..b703e32d5 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ All the results are stored either in a SQLite database or directly as files and Here is an overview of its architecture: -![zDB architecture](https://github.com/metagenlab/zDB/blob/nj/docs/docs/img/zdb_architecture.png) +![zDB architecture](https://github.com/metagenlab/zDB/blob/master/docs/img/zdb_architecture.png) If you are not setting up your own database, but instead simply want to use the webapplication of an existing installation, you can directly refer to the [website tutorial of the documentation](https://zdb.readthedocs.io/en/latest/website.html). If you are setting up your own database, you will need to install zDB, setup some reference databases, run the analysis pipeline and finally launch the web server. An overview of the workflow is shown below: -![zDB workflow](https://github.com/metagenlab/zDB/blob/nj/docs/docs/img/zdb_workflow.png) +![zDB workflow](https://github.com/metagenlab/zDB/blob/master/docs/img/zdb_workflow.png)