VDBWRAIR / samtools

GNU General Public License v2.0
0 stars 0 forks source link

Not compatible with Python 3 & Python 2.6 #1

Closed averagehat closed 9 years ago

averagehat commented 9 years ago

The tests imported from ngs_mapper (and maybe some of the other code) use python-2 print and python-2.7 dictionary-comprehensions, among other probable compatibility problems.

I found this useful: http://python-future.org/compatible_idioms.html

necrolyte2 commented 9 years ago

All code you get from ngs_mapper is only tested under 2.7

Yay!

necrolyte2 commented 9 years ago

In all new projects I have travis and tox check 2.6, 2.7 and 3.4