Accessing the Ensembl database
In this presentation, you will see how to use the Ensembl Registry in your scripts to access the database.

Exercise 2
Create a script which uses the method load_registry_from_db to load all databases into the Registry and prints the names of the databases loaded.
Hint: Have a look at the Doxygen documentation for the Registry object and load_registry_from_db method.
| Magali explains the answer to this question in this 1-minute video. You can also download her sample script and output. |