powered by
Automated download of genomes from PATRIC database
pull_PATRIC_genomes( output_directory, taxonomic_name = NULL, database = patric_ftp_path, filter = "MIC", n_genomes = 0 )
The number of failed downloads (i.e., 0 if all attempted downloads were successful).
local directory to save to
character of taxonomic bacterial name to download
local or ftp path to PATRIC database, or loaded database using load_patric_db()
"MIC" or "disk" or "all" phenotypes
number of genomes (0 = all)
# \donttest{ pull_PATRIC_genomes(tempdir(), taxonomic_name = "Escherichia coli", filter = "MIC", n_genomes = 10) # }
Run the code above in your browser using DataLab