Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 compatible #5

Open
dridk opened this issue Oct 18, 2016 · 1 comment
Open

Python 3 compatible #5

dridk opened this issue Oct 18, 2016 · 1 comment

Comments

@dridk
Copy link

dridk commented Oct 18, 2016

Some methods are not compatible with Python3. For exemple :

iu-merge-pairs
      ^
SyntaxError: Missing parentheses in call to 'print'
@meren
Copy link
Member

meren commented Oct 18, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants