biopragmatics / pyobo

📛 A Python package for using ontologies, terminologies, and biomedical nomenclatures
https://pyobo.readthedocs.io
MIT License
59 stars 13 forks source link

Get BioGRID xrefs #16

Open cthoyt opened 4 years ago

cthoyt commented 4 years ago

https://downloads.thebiogrid.org/File/BioGRID/Release-Archive/BIOGRID-3.5.184/BIOGRID-IDENTIFIERS-3.5.184.tab.zip

VERSION = '3.5.183'
BASE_URL = 'https://downloads.thebiogrid.org/Download/BioGRID/Release-Archive'
URL = f'{BASE_URL}/BIOGRID-{VERSION}/BIOGRID-IDENTIFIERS-{VERSION}.tab.zip'
cthoyt commented 4 years ago

Started in 3cf17ff, but only for entrez. Still needs full work-up