Update home authored by peguerin's avatar peguerin
...@@ -32,10 +32,10 @@ curl -LJO https://gitlab.mbb.univ-montp2.fr/edna/custom_reference_database/-/raw ...@@ -32,10 +32,10 @@ curl -LJO https://gitlab.mbb.univ-montp2.fr/edna/custom_reference_database/-/raw
If you have installed MKBDR, you can run the example data with: If you have installed MKBDR, you can run the example data with:
``` ```
mkbdr validate --fasta tests/data/raw.fasta --output_prefix res_raw mkbdr validate --fasta raw.fasta --output_prefix res_raw
``` ```
This will outputs: This will output:
``` ```
Checking arguments...done. Checking arguments...done.
...@@ -68,7 +68,7 @@ Now that you've gotten the example to work, use the menu in the upper right to n ...@@ -68,7 +68,7 @@ Now that you've gotten the example to work, use the menu in the upper right to n
MKBDR requires: MKBDR requires:
* the NCBI taxonomies files * the NCBI taxonomy files
* formated FASTA file of the sequences with their NCBI species name * formated FASTA file of the sequences with their NCBI species name
* (optionnal) a curation CSV table file * (optionnal) a curation CSV table file
... ...
......