From 196e5c4851adff44956e71c40e7018db04280809 Mon Sep 17 00:00:00 2001
From: George Marchment <georgemarchment@yahoo.fr>
Date: Tue, 12 Mar 2024 08:45:17 +0100
Subject: [PATCH] add graphviz

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 4d24d22..7977e69 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ bioflow-insight --processes-to-remove "MULTIQC, CUSTOM_DUMPSOFTWAREVERSIONS" phy
 
 > `unzip` might have to be installed. But it can be replaced by an equivalent tool.
 
+> Note : To install graphviz, in linux you might need to execute this command `sudo apt install graphviz`
+
 The results of the analysis can be found in the `results` folder and the two graphs can be found in the following addresses:
 
 * `results/graphs/specification_graph.png`
-- 
GitLab