[pygr-notify] Issue 74 in pygr: undefined 'al' in NLMSA.add_aligned_intervals

codesite-noreply at google.com codesite-noreply at google.com
Mon Mar 23 14:28:11 PDT 2009


Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 74 by bpederse: undefined 'al' in NLMSA.add_aligned_intervals
http://code.google.com/p/pygr/issues/detail?id=74

hi, here's a test script which i believe shows a bug in latest pygr from
git://repo.or.cz/pygr:

{{{

from pygr import seqdb, cnestedlist
msa = cnestedlist.NLMSA('s', mode='memory',
                 pairwiseMode=True, bidirectional=True)
msa.add_aligned_intervals(alignedIvals=[], alignedIvalsAttrs={})

}}}

even when given real args for alignedIvals and Attrs, the al never exists
so it always fails.
http://repo.or.cz/w/pygr.git?a=blob;f=pygr/nlmsa_utils.py;h=25c07efb13dcbdb08e7c2ac12c6de5334c544a1a;hb=HEAD#l355


i can get around it by specifying a srcDB and destDB

--
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