Ahmed Moustafa commited on
Commit
8ec2294
·
1 Parent(s): 14ad1fa

Minor edits

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
62
 
63
  This modified version (gg_2024_09) was created by [the Systems Genomics Lab](https://github.com/systems-genomics-lab) for use with DeepTaxa. The Greengenes database, downloaded from https://ftp.microbio.me/greengenes_release/2022.10/, was processed as follows:
64
  1. The original dataset, containing 23,450,269 sequences, was downloaded.
65
- 2. Missing taxonomic classifications were filled with "Unclassified" or derived labels. For each sequence, the taxonomy table's ranks (e.g., kingdom, phylum, class) were processed sequentially. If a rank was empty or contained only whitespace:
66
  - If no prior rank had a valid value, the field was left empty.
67
  - If the previous rank's value included "Unclassified," that value was copied to the current rank.
68
  - Otherwise, the field was set to "Unclassified_" followed by the previous rank's value (e.g., "Unclassified_Proteobacteria" for a missing class after phylum "Proteobacteria").
 
62
 
63
  This modified version (gg_2024_09) was created by [the Systems Genomics Lab](https://github.com/systems-genomics-lab) for use with DeepTaxa. The Greengenes database, downloaded from https://ftp.microbio.me/greengenes_release/2022.10/, was processed as follows:
64
  1. The original dataset, containing 23,450,269 sequences, was downloaded.
65
+ 2. Missing taxonomic classifications were filled with "Unclassified" or derived labels. For each sequence, the taxonomy table's ranks (e.g., domain, phylum, class) were processed sequentially. If a rank was empty or contained only whitespace:
66
  - If no prior rank had a valid value, the field was left empty.
67
  - If the previous rank's value included "Unclassified," that value was copied to the current rank.
68
  - Otherwise, the field was set to "Unclassified_" followed by the previous rank's value (e.g., "Unclassified_Proteobacteria" for a missing class after phylum "Proteobacteria").