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=25c07efb13dcbdb08e7c
2ac12c6de5334c544a1a;hb=HEAD#l355
i can get around it by specifying a srcDB and destDB
Original issue reported on code.google.com by bpederse on 23 Mar 2009 at 9:27
Original issue reported on code.google.com by
bpederse
on 23 Mar 2009 at 9:27