[pygr-notify] Issue 116 in pygr: schema binding gives an integer key error

codesite-noreply at google.com codesite-noreply at google.com
Thu Sep 10 12:26:11 PDT 2009


Updates:
	Status: Invalid

Comment #1 on issue 116 by cjlee112: schema binding gives an integer key  
error
http://code.google.com/p/pygr/issues/detail?id=116

Namshin,
I think this script make_test.py has a bug: it tags the AnnotationDB, not  
the NLMSA,
as being a ManyToManyRelation.  That is incorrect.  Instead of this line:
mdb.add_schema('Bio.Annotation.UCSC.refGene.HUMAN.hg18.tus', tu_schema)

it should instead be:
mdb.add_schema('Bio.MSA.UCSC.refGene.HUMAN.hg18.tus', tu_schema)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the pygr-notify mailing list