Lenna
Lenna
The bug link is here: https://redmine.open-bio.org/issues/2557 PFAM has moved here: http://pfam.xfam.org/ But the linked alignment is "dead": http://pfam.xfam.org/family/PF09395 And the new family is http://pfam.xfam.org/family/PF08702 The seed alignment now has 75...
Thanks for the heads up, Peter. I've finally got it passing syntax on Python 3 but now I have discovered a logic error. New commits soon.
My tests on Python 2.7 and Python 3.3 now pass. Hopefully Travis CI agrees.
@photocyte I resolved the merge conflicts against master, let me know whether that helps.
I'm wondering if a simple fix would be this: ``` if sample.data.GT is None: sample.data.GT = "./." ``` It appears that each sample has a namedtuple specific to what's present...