tpierrot commited on
Commit
724e064
1 Parent(s): 4f59a0c

Update multi_species_genomes.py

Browse files
Files changed (1) hide show
  1. multi_species_genomes.py +1 -1
multi_species_genomes.py CHANGED
@@ -37,7 +37,7 @@ _CITATION = """\
37
 
38
  # You can copy an official description
39
  _DESCRIPTION = """\
40
- Datset made of diverse genomes available on NCBI and coming from ~850 different species.
41
  Test and validation are made of 50 species each. The rest of the genomes are used for training.
42
  Default configuration "6kbp" yields chunks of 6.2kbp (100bp overlap on each side). Similarly,
43
  the "12kbp"configuration yields chunks of 12.2kbp. The chunks of DNA are cleaned and processed so that
 
37
 
38
  # You can copy an official description
39
  _DESCRIPTION = """\
40
+ Dataset made of diverse genomes available on NCBI and coming from ~850 different species.
41
  Test and validation are made of 50 species each. The rest of the genomes are used for training.
42
  Default configuration "6kbp" yields chunks of 6.2kbp (100bp overlap on each side). Similarly,
43
  the "12kbp"configuration yields chunks of 12.2kbp. The chunks of DNA are cleaned and processed so that