deweylab / RSEM

RSEM: accurate quantification of gene and isoform expression from RNA-Seq data
http://deweylab.biostat.wisc.edu/rsem/
GNU General Public License v3.0
408 stars 118 forks source link

Fix in rsem-gff3-to-gtf for Python3 compatibility #48

Open deto opened 7 years ago

deto commented 7 years ago

rsem-gff3-to-gtf was failing for me because I use Python 3 as my default python

Python 3 expects iterators to have a next() method instead of just next()