*`raw.fasta`: a FASTA file of 4 records representative sequence of 4 taxon groups. More detail about the input [here](https://gitlab.mbb.univ-montp2.fr/edna/custom_reference_database/-/wikis/Files-definition#representative-sequences).
If you have installed MKBDR, you can run the example data with:
On these records, 2 are valid, 0 are faulty format and 2 are faulty taxon.
```
`validate` module checks if the format or the taxonomy is valid. Then it writes 3 files:
*`res_raw_faulty_format.fasta` : a FASTA file with faulty format records (empty in this example)
*` res_raw_faulty_taxon.fasta`: a FASTA file with faulty taxonomy records (2 faulty records in this example)
*`res_raw_valide.fasta`: a FASTA file with correct records that can be use as reference database for taxonomic assignment (2 valid records in this example)
Read more details about output files [here](https://gitlab.mbb.univ-montp2.fr/edna/custom_reference_database/-/wikis/Files-definition#output-files)
# Next steps
Now that you've gotten the example to work, use the menu in the upper right to navigate to the more detailed descriptions and instructions for exploring your own data.