Download the combined assembly summaries of genbank and refseq
Source:R/lineage.R
downloadAssemblySummary.Rd
Download the combined assembly summaries of genbank and refseq
Usage
downloadAssemblySummary(
outpath,
keep = c("assembly_accession", "taxid", "species_taxid", "organism_name")
)
Value
A tab-separated file containing the assembly summary. The function does notreturn any value but writes the output directly to the specified file.
Examples
if (FALSE) { # \dontrun{
downloadAssemblySummary(outpath = "assembly_summary.tsv",
keep = c("assembly_accession", "taxid", "organism_name"))
} # }