pub fn format_tsv_output(
    awaited_fetches: Vec<Result<String, Error>>
) -> Result<()>
Expand description

If multiple taxa are queried at once, headers will return for every new taxon. We can suppress this by storing the whole return as a string.