mobiusklein / mzidentml_writer

A Python package to create MzIdentML files following the HUPO Standard
Apache License 2.0
2 stars 3 forks source link

Python 3 compatibility #1

Closed JB-MS closed 7 years ago

JB-MS commented 7 years ago

Hi,

this module looks really nice and i would really like to use it, but getting it to work with Python3.4 is giving me a hard time. Are there any plans to migrate/adapt the code to Python3.4, e.g. in a new branch or repository?

Cheers, Johannes

mobiusklein commented 7 years ago

I've merged this project with another, https://github.com/mobiusklein/psims, which supports writing both mzML and mzIdentML. I do plan to make this library Py3 compatible. I'll start this process today.

Thank you for your interest.

JB-MS commented 7 years ago

Hi,

that sounds great! I am looking forward to use it.

Thanks!

Cheers, Johannes

mobiusklein commented 7 years ago

The relevant changes have been pushed to psims:master, adding Python 3 compatibility. My Python 3 environment uses 3.5. I don't think I used any features not common to both versions. The mzIdentML API is much more complex. We can carry on conversation over there to discuss what usage should look like. I'll make a note here that this project is superseded by that one.