Skip to contents

Convenience function to download the assembly_summary.txt file from genbank

Usage

download_gbk_assembly_summary(destfile, organism = NULL)

Arguments

destfile

passed to download.file()'s destfile, path to store the downloaded file

organism

limit the gbk assembly summary to only this organism

Value

result of download.file

Examples

#not run download_gbk_assembly_summary(destfile='assembly_summary.txt')