From 3576ef44e906ec797668b497594a20b2a2d98f79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A9lanie=20=20HENNART?= <melanie.hennart@pasteur.fr>
Date: Wed, 30 May 2018 10:18:33 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index e1aabbc..df6c34b 100644
--- a/README.md
+++ b/README.md
@@ -63,18 +63,23 @@ If Database exist :
 
 ## Example
 
+The directory example contains allelic profiles file of Elizabethkingia. 
+This file is download on the site following : http://bigsdb.pasteur.fr/elizabethkingia/elizabethkingia.html 
+It contains 183 allelic profiles of the bacteria Elizabethkingia, with 1546 loci.
+Identifiants bacterial is in column 1-2 and all others is loci.
+
 In the example folder, you have example files from the following command:
 
 - Create DataBase LIN :  
 
 ```bash
-python LINcode.py -i BIGSdb.txt -t 1-2 -l 3- -b 1,20,45,66,80,90,95,96,98,99,100
+python LINcode.py -i BIGSdb_eliza.txt -t 1-2 -l 3- -b 10,20,50,80,95,99.67,99.74,99.81,99.87,99.94,100.0
 ```
 
 - Update DataBase LIN :
 
 ```bash         
-python LINcode.py -i new_Ecoli.txt -r BIGSdb.lin -t 1-2 -l 3-
+python LINcode.py -i new_Ecoli.txt -r BIGSdb_eliza.txt -t 1-2 -l 3-
 ```
 _______________________________________________________________________________
 
-- 
GitLab