merenlab / illumina-utils

A library and collection of scripts to work with Illumina paired-end data (for CASAVA 1.7+ pipeline).
GNU General Public License v2.0
89 stars 31 forks source link

Python 3 compatible #5

Open dridk opened 7 years ago

dridk commented 7 years ago

Some methods are not compatible with Python3. For exemple :

iu-merge-pairs
      ^
SyntaxError: Missing parentheses in call to 'print'
meren commented 7 years ago

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.