Created
March 13, 2017 01:48
-
-
Save joowkim/e77a37fa10398e9360d904997a745e4c to your computer and use it in GitHub Desktop.
biomart.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import biomart | |
server = biomart.BiomartServer( "http://useast.ensembl.org/biomart" ) | |
server.is_alive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment