From 19a545a1f697bcb753b0a9af2c03298e355dff86 Mon Sep 17 00:00:00 2001
From: Christophe  BECAVIN <christophe.becavin@pasteur.fr>
Date: Fri, 7 Jun 2019 11:42:11 +0200
Subject: [PATCH] Update README.md

---
 README.md | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 2495495..a39a798 100644
--- a/README.md
+++ b/README.md
@@ -27,15 +27,12 @@ The list of file should be in your_folder/Exp_Design/project_name_exp_design.txt
 Your sequencing data should be in : your_folder/RNASeq_raw/
 our experiment design file should be a tab-separated table with at least 5 columns:
 
-DataName	IP_dataset	Input_dataset	BioCond	Seq
-
-Am_ZT3_1	Am_ZT3_IP_1	Am_ZT3_Input_1	Am	1
-
-Am_ZT13_1	Am_ZT13_IP_1	Am_ZT13_Input_1	Am	2
-
-CONV_ZT3_1	CONV_ZT3_IP_1	CONV_ZT3_Input_1	CONV	1
-
-CONV_ZT13_4	CONV_ZT13_IP_4	CONV_ZT13_Input_4	CONV	2
+|DataName|	IP_dataset|	Input_dataset|	BioCond|	Seq|
+| ------ | ------ | ------ | ------ | ------ |
+|Am_ZT3_1|	Am_ZT3_IP_1|	Am_ZT3_Input_1|	Am|	1|
+|Am_ZT13_1|	Am_ZT13_IP_1|	Am_ZT13_Input_1|	Am|	2|
+|CONV_ZT3_1|	CONV_ZT3_IP_1|	CONV_ZT3_Input_1|	CONV|	1|
+|CONV_ZT13_4|	CONV_ZT13_IP_4|	CONV_ZT13_Input_4|	CONV|	2|
 
 (See example/Liver_exp_design.txt)
 
-- 
GitLab