Function goat_cli::lookup::process_taxon_results
source · [−]fn process_taxon_results(
v: Value,
search_query: String,
suggestions_text: Option<Vec<Option<String>>>
) -> Result<TaxonCollector>
Expand description
As the taxon and assembly return JSON’s are in different structures, they have to be parsed differently.
Each must return Result<Collector, anyhow::Error>
.