[Biopython-dev] [Bug 2475] BioSQL.Loader should reuse existing taxon entries in lineage
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Tue Apr 8 23:25:11 UTC 2008
http://bugzilla.open-bio.org/show_bug.cgi?id=2475
------- Comment #24 from ericgibert at yahoo.fr 2008-04-08 19:25 EST -------
if len(return_val) == 0:
print "No record found"
elif len(return_val) == 1:
print "ok, proceed with", return_val[0]
else:
print "Ambiguity: please look at the different matches"
for tax in return_val:
..... whatever print/select you need
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list