illumina-utils
illumina-utils copied to clipboard
Python 3 compatible
Some methods are not compatible with Python3. For exemple :
iu-merge-pairs
^
SyntaxError: Missing parentheses in call to 'print'
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.