immcantation / presto

pRESTO is part of the Immcantation analysis framework for Adaptive Immune Receptor Repertoire sequencing (AIRR-seq). pRESTO is a bioinformatics toolkit for processing high-throughput lymphocyte receptor sequencing data.
https://presto.readthedocs.io
GNU Affero General Public License v3.0
0 stars 0 forks source link

Update package to Python 3 compatibility #4

Closed ssnn-airr closed 9 years ago

ssnn-airr commented 9 years ago

Original report by Jason Vander Heiden (Bitbucket: javh, GitHub: javh).


Use: from __future__ import absolute_import, division, print_function

Don't use: unicode_literals

ssnn-airr commented 9 years ago

Original comment by Jason Vander Heiden (Bitbucket: javh, GitHub: javh).


Package has been updated in the 'Python3 conversion' branch. I abandoned the idea of a version that works with both Python 2 and 3.