Update Running MKBDR authored by vmarques's avatar vmarques
......@@ -56,7 +56,7 @@ The module **[curegen](https://gitlab.mbb.univ-montp2.fr/edna/custom_reference_d
Shortly, **curegen** seeks synonyms of the faulty species name into NCBI for each records. If no synonym is found, then it seeks in global databases a the closest genus name related to NCBI taxonomy. By default the consulted global database is 'Fishbase' but let's consult 'Catalogue of Life' instead:
```
mkbdr curegen --fasta res_raw_faulty_taxon.fasta
mkbdr curegen --fasta res_raw_faulty_taxon.fasta \
--database_globalnames 'Catalogue of Life' \
--output_prefix res_raw
```
......@@ -227,7 +227,3 @@ As we can read, all the query records have been found in our custom database inc
:seedling: We successfully made a custom reference database and tested it.
\ No newline at end of file