[Biopython-dev] [biopython] Fix flex library dependency of MMCIFlex; closes 2619 (#31)
Lenna Peterson
arklenna at gmail.com
Fri Mar 23 23:52:12 UTC 2012
Hi Peter,
I've added a unit test (Tests/test_MMCIF.py). It currently tests
whether a polypeptide is extracted properly.
I've also come across what appears to be a full-featured Python CIF
converter/validator. The license looks BSD-compatible.
Reference: http://journals.iucr.org/j/issues/2006/04/00/wf5020/index.html
PyPI: http://pypi.python.org/pypi/PyCifRW/3.3
Source: http://sourceforge.net/projects/pycifrw.berlios/
I haven't tested it extensively, but if we can use it, no sense
reinventing the wheel.
Lenna
On Fri, Mar 23, 2012 at 7:47 AM, Peter Cock <p.j.a.cock at googlemail.com> wrote:
> On Thu, Mar 22, 2012 at 11:15 PM, Lenna Peterson <arklenna at gmail.com> wrote:
>>
>> Re: Python 3, are you referring to the changes to import?
>>
>
> Probably, but also changes in setup.py are needed to enable
> C extensions under Python 3. This is because there are API
> changes needed in the C files (via version checking macros)
> to support both Python 2 and Python 3. Only some of our C
> code has been updated to do this.
>
> Peter
More information about the Biopython-dev
mailing list