[][src]Function umgap::taxon::read_taxa_file

pub fn read_taxa_file<P: AsRef<Path>>(filename: P) -> Result<Vec<Taxon>>

Reads in a file where each line can be parsed as a taxon.

See Taxon::from_str() for more details on the line format.