# NOT RUN {
# The master record accession for the WGS genome Mycoplasma genitalium, strain G37
acc <- getAccessions("AAGX00000000")
# Then we use this to download all contigs and save them
genome.file <- tempfile(fileext = ".fna")
txt <- entrezDownload(acc, out.file = genome.file)
# ...cleaning...
ok <- file.remove(genome.file)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab