illumina-utils icon indicating copy to clipboard operation
illumina-utils copied to clipboard

Python 3 compatible

Open dridk opened this issue 8 years ago • 1 comments

Some methods are not compatible with Python3. For exemple :

iu-merge-pairs
      ^
SyntaxError: Missing parentheses in call to 'print'

dridk avatar Oct 18 '16 10:10 dridk

Yes, unfortunately. That's why it is listed as a Python 2.7 program:

https://github.com/meren/illumina-utils/blob/master/setup.py#L33

Someone will have to upgrade to codebase a tiny bit so it is Py3 compatible. It will probably be me. But I am not sure when I will be able to do that.

meren avatar Oct 18 '16 14:10 meren