From 415169be7a502356b410f9f54d334963dd6558da Mon Sep 17 00:00:00 2001
From: Gesa Helmsorig <gesa.helmsorig@hhu.de>
Date: Thu, 14 Nov 2024 10:15:45 +0000
Subject: [PATCH] Update README.md

---
 studies/allelism_test/README.md | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/studies/allelism_test/README.md b/studies/allelism_test/README.md
index 8122d1c..29cfcd2 100644
--- a/studies/allelism_test/README.md
+++ b/studies/allelism_test/README.md
@@ -4,19 +4,14 @@ Complementation crosses were performed to confirm that *lwd1* and *eam7* are all
 
 **Study overview:**
 
-	input: parent plants (lwd1 mutants, BW(Ppd-H1,eam7), BW(Ppd-H1), GP-fast)
-
-		-> assay: complementation_crosses
-			output: F1 plants
-			
-			-> assay: DNA_extraction
-				output: F1 DNA samples
-
-				-> assay: plant_genotyping
-					output: F1 genotype information
-			
-			-> assay: plant_phenotyping
-				output: F1 flowering data
+```mermaid
+   flowchart TD;
+       A[parent plants] -->  | complementation_crosses | B[F1 plants];
+	   B --> | DNA_extraction | C[F1 DNA samples]
+	   C --> | plant_genotyping | D[F1 genotype info]
+	   B --> | plant_phenotyping | E[F1 flowering data]
+```
 
+**Publication:**
 
 Results can be found in Figure 6 and Supplemental Figure S8.
\ No newline at end of file
-- 
GitLab