pub async fn fetch_report(
matches: &ArgMatches,
unique_ids: Vec<String>,
report_type: ReportType,
) -> Result<()>Expand description
CLI entry point to get the Newick file from the GoaT API.
pub async fn fetch_report(
matches: &ArgMatches,
unique_ids: Vec<String>,
report_type: ReportType,
) -> Result<()>CLI entry point to get the Newick file from the GoaT API.