From 69307bd06fde0339fc3f2f8676f3f38f6a1c4c9a 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 11:04:50 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d22816..2ce744b 100644 --- a/README.md +++ b/README.md @@ -113,13 +113,13 @@ python LINcode.py -i BIGSdb_eliza_update.txt -r BIGSdb_eliza.lin -t 1-2 -l 3- ``` _______________________________________________________________________________ -- Create DataBase LIN + prefix tree without length of branches (newick) : +### Create DataBase LIN + prefix tree without length of branches (newick) : ```bash python LINcode.py -i BIGSdb_eliza.txt -t 1-2 -l 3- -b 10,20,50,80,99.68,99.74,99.81,99.87,99.94,100 -tree Y ``` -- Create DataBase LIN + prefix tree with length of branches (newick) : +### Create DataBase LIN + prefix tree with length of branches (newick) : ```bash python LINcode.py -i BIGSdb_eliza.txt -t 1-2 -l 3- -b 10,20,50,80,99.68,99.74,99.81,99.87,99.94,100 -tree Y -lg Y -- GitLab