tamarpeleg commited on
Commit
3e04f18
·
verified ·
1 Parent(s): d81b7a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -35,13 +35,12 @@ configs:
35
  UniProt search (7/22/2025): * (Swiss-Prot reviewed entries only) download TSV with Taxonomic lineage (Ids), sequence, and length.
36
 
37
  Curation steps:
38
-
39
- Filtered for sequence length >=20 and <=2048
40
- Extract Taxonomic IDs (domain, kingdom, phylum, class, order, family, genus, species) from taxonomic_lineage_ids column
41
- Keep entry, genus, and sequence information
42
- Drop N/A
43
- CD-HIT using Docker at 80% similarity threshold and n=5
44
- Keep representative sequences
45
- Create labels based on spcecies
46
- Remove genuses/examples with fewer than 100 samples
47
- Stratified split: first get test set (5,000), then eval (5,000), rest is train
 
35
  UniProt search (7/22/2025): * (Swiss-Prot reviewed entries only) download TSV with Taxonomic lineage (Ids), sequence, and length.
36
 
37
  Curation steps:
38
+ - Filtered for sequence length >=20 and <=2048
39
+ - Extract Taxonomic IDs (domain, kingdom, phylum, class, order, family, genus, species) from taxonomic_lineage_ids column
40
+ - Keep entry, genus, and sequence information
41
+ - Drop N/A
42
+ - CD-HIT using Docker at 80% similarity threshold and n=5
43
+ - Keep representative sequences
44
+ - Create labels based on spcecies
45
+ - Remove genuses/examples with fewer than 100 samples
46
+ - Stratified split: first get test set (5,000), then eval (5,000), rest is train