Update home authored by peguerin's avatar peguerin
......@@ -24,7 +24,13 @@ See [Installing MKBDR](https://gitlab.mbb.univ-montp2.fr/edna/custom_reference_d
If you have installed MKBDR, you can run the example data with:
```
need data test
mkbdr init_ncbi_taxdump --folder_path arbre/nomcompres
mkbdr init_ncbi_taxdump --folder_path nouveau/arbre/ --decompress
mkbdr validate --fasta teleo_ok.fasta --output_prefix checked_teleo
mkbdr curegen --database_globalnames 'Catalogue of Life' --output_prefix cure_teleo --fasta checked_teleo_faulty_taxon.fasta
mkbdr validate --fasta teleo_ok.fasta --curate cure_teleo_curation.csv --output_prefix curated_teleo
mkbdr validate --fasta teleo_ok.fasta --curate cure_teleo_curation.csv --ncbi_taxonomy_edition nouveau/arbre/ --output_prefix curated_teleo
```
......
......