From 3aac3756726609d71d52c1d744a4dfc220e38ff0 Mon Sep 17 00:00:00 2001
From: Kenzo-Hugo Hillion <kenzo-hugo.hillion1@pasteur.fr>
Date: Tue, 9 Jul 2019 10:20:02 +0200
Subject: [PATCH] Start documentation for simulation

---
 README.md            | 6 ++++--
 simulation/README.md | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 simulation/README.md

diff --git a/README.md b/README.md
index 7ab1e62..8a31352 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
 # Metagenomics group documentation
 
-## Metagenomics analysis
+## Documentations
 
-A draft for a wide overview of different analysis done from sequencing reads is available [HERE](https://tess.elixir-europe.org/workflows/metagenomics). _Note that you need an account and the TeSS platform and access rights are required since the workflow is private._
+Name | Description
+---- | -----------
+[Data simulation](simulation/) | Generate metagenomics simulated data for benchmarking
 
 ## Projects and repository
 
diff --git a/simulation/README.md b/simulation/README.md
new file mode 100644
index 0000000..3ab0886
--- /dev/null
+++ b/simulation/README.md
@@ -0,0 +1 @@
+# Simulation
\ No newline at end of file
-- 
GitLab