Skip to content

Commit

Permalink
Better examples for the 11 ranks
Browse files Browse the repository at this point in the history
  • Loading branch information
xapple committed Feb 27, 2025
1 parent 55e1109 commit 8c9f009
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions crest4/databases.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,12 @@ def rank_names(self):
'Superkingdom', # 3 (e.g. 'Bacteria (superkingdom)')
'Kingdom', # 4 (This is also called <Superphylum>)
'Phylum', # 5 (e.g. 'Proteobacteria' or 'Firmicutes')
'Class', # 6 (e.g. 'Bacilli')
'Order', # 7 (e.g. 'Bacillales')
'Family', # 8
'Genus', # 9 (e.g. 'Bacillaceae')
'Species', # 10
'Strain'] # 11
'Class', # 6 (e.g. 'Bacilli')
'Order', # 7 (e.g. 'Bacillales')
'Family', # 8 (e.g. 'Bacillaceae')
'Genus', # 9 (e.g. 'Bacillus')
'Species', # 10 (e.g. 'Bacillus subtilis')
'Strain'] # 11 (e.g. 'Bacillus subtilis 168')

###############################################################################
# As our databases should only be stored on disk once, so we have singletons #
Expand Down

0 comments on commit 8c9f009

Please sign in to comment.