Update Running MKBDR authored by peguerin's avatar peguerin
...@@ -123,7 +123,7 @@ The faulty taxonomy records for which a NCBI synonym was found is curated. So th ...@@ -123,7 +123,7 @@ The faulty taxonomy records for which a NCBI synonym was found is curated. So th
In order to produce a custom NCBI taxonomy tree, the module **[init_ncbi_taxdump](https://gitlab.mbb.univ-montp2.fr/edna/custom_reference_database/-/wikis/init_ncbi_taxdump)** downloads and decompresses the NCBI taxonomy dump files. In order to produce a custom NCBI taxonomy tree, the module **[init_ncbi_taxdump](https://gitlab.mbb.univ-montp2.fr/edna/custom_reference_database/-/wikis/init_ncbi_taxdump)** downloads and decompresses the NCBI taxonomy dump files.
``` ```
mkbdr init_ncbi_taxdump --folder_path customtaxonomy/ mkbdr init_ncbi_taxdump --folder_path customtaxonomy/ --decompress
``` ```
This will output: This will output:
... ...
......