if (FALSE) {
# Get info about currently active database
info <- gdb.info()
cat("Database format:", info$format, "\n")
cat("Genome size:", info$genome_size / 1e6, "Mb\n")
# Get info about specific database
info <- gdb.info("/path/to/database")
}
Run the code above in your browser using DataLab