[BioPython] missing databases in Config.py of EUtils

Yu Huang yuhuang at usc.edu
Sat Feb 5 14:19:53 EST 2005


Hi

File location: Bio/EUtils/Config.py. It misses some databases offered by 
NCBI.
I used two databases, unigene and gene. So I added them to the file.
 > '''
 > Added by yh
 > '''
 > databases.UNIGENE = _add_db(DatabaseInfo("unigene", 1))
 > databases.GENE = _add_db(DatabaseInfo("gene", 1))

It's great that biopython now has the debian package!
Yu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Config.py
Type: text/x-python
Size: 2453 bytes
Desc: not available
Url : http://portal.open-bio.org/pipermail/biopython/attachments/20050205/3bafb408/Config.py


More information about the BioPython mailing list