Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ For each instance, there is a string representing the sequence, a string indicat
|
|
30 |
### Data Fields
|
31 |
|
32 |
- `sequence`: a string containing a DNA sequence from one of the 48 plant genomes
|
33 |
-
- `
|
34 |
- `start_pos`: an integer indicating the index of the sequence's first nucleotide
|
35 |
- `end_pos`: an integer indicating the index of the sequence's last nucleotide
|
36 |
|
|
|
30 |
### Data Fields
|
31 |
|
32 |
- `sequence`: a string containing a DNA sequence from one of the 48 plant genomes
|
33 |
+
- `description`: a string indicating the species of the sequence as well as the NCBI id.
|
34 |
- `start_pos`: an integer indicating the index of the sequence's first nucleotide
|
35 |
- `end_pos`: an integer indicating the index of the sequence's last nucleotide
|
36 |
|