1 #ifndef GENESIS_TAXONOMY_FUNCTIONS_RANKS_H_ 2 #define GENESIS_TAXONOMY_FUNCTIONS_RANKS_H_ 52 #endif // include guard Container namespace for all symbols of genesis in order to keep them separate when used as a library...
std::string rank_to_abbreviation(std::string const &rank)
Get the abbreviation of a taxonomic rank name.
std::pair< std::string, std::string > resolve_rank_abbreviation(std::string const &entry)
Resolve a combined rank and name entry of the form "k_Bacteria" into the full rank and the name...
std::string rank_from_abbreviation(char r)
Get the taxonomic rank name given its abbreviation.