pub fn build_consensus_identities(
blast_output: ParallelBlastOutput,
taxonomies_file: &Path,
taxon: Taxon,
strategy: ConsensusStrategy,
use_taxid: Option<bool>,
custom_taxon_values: Option<CustomTaxon>,
) -> Result<Vec<ConsensusResult>, MappedErrors>Expand description
BUild consensus identities from BlastN output.
Join the blast output with reference taxonomies file and calculate
consensus taxonomies based on the subjects frequencies and concordance.