Skip to content
Snippets Groups Projects
Commit 2de921cd authored by Mélanie  HENNART's avatar Mélanie HENNART
Browse files

Update README.md

parent bc50ed24
No related branches found
No related tags found
No related merge requests found
...@@ -73,26 +73,26 @@ In the example folder, you have example files from the following command: ...@@ -73,26 +73,26 @@ In the example folder, you have example files from the following command:
- Create DataBase LIN : - Create DataBase LIN :
```bash ```bash
python LINcode.py -i BIGSdb_eliza.txt -t 1-2 -l 3- -b 10,20,50,80,95,99.68,99.74,99.81,99.87,99.94,100 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
``` ```
- Update DataBase LIN : - Update DataBase LIN :
```bash ```bash
python LINcode.py -i new_Ecoli.txt -r BIGSdb_eliza.txt -t 1-2 -l 3- 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 ```bash
python LINcode.py -i BIGSdb.txt -t 1-2 -l 3- -b 1,20,45,66,80,90,95,96,98,99,100 -tree Y 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 ```bash
python LINcode.py -i BIGSdb.txt -t 1-2 -l 3- -b 1,20,45,66,80,90,95,96,98,99,100 -tree Y -lg Y 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
``` ```
## Output files ## Output files
...@@ -101,8 +101,8 @@ python LINcode.py -i BIGSdb.txt -t 1-2 -l 3- -b 1,20,45,66,80,90,95,96,98,99,100 ...@@ -101,8 +101,8 @@ python LINcode.py -i BIGSdb.txt -t 1-2 -l 3- -b 1,20,45,66,80,90,95,96,98,99,100
Name | content | Name | content |
---- | ------- | ---- | ------- |
BIGSdb.lin | LIN Database | BIGSdb_eliza.lin | LIN Database |
LIN_BIGSdb.txt| LIN Isolates List | LIN_BIGSdb_eliza.txt| LIN Isolates List |
- Option (-tree or -lg) - Option (-tree or -lg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment