From a682882519bb96c136730782f8a8f485018e7791 Mon Sep 17 00:00:00 2001
From: Mia Croiset <mia.croiset@ens-lyon.fr>
Date: Mon, 4 Dec 2023 12:55:05 +0100
Subject: [PATCH] add pipeline schema

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

diff --git a/README.md b/README.md
index 3bf5631..05c5ced 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool
 The pipeline is based on the [nf-core/hic](https://github.com/nf-core/hic) pipeline and the [hicstuff](https://github.com/koszullab/hicstuff) pipeline.
 It is split into two workflows for now, named `hicpro` and `hicstuff`.
 
+![pipeline schema](docs/images/metahic_schema_crop.png)
+
 ## Workflow summary (hicpro)
 
 1. Read QC ([`FastQC`](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/))
-- 
GitLab