humanlongevity / HLA

xHLA: Fast and accurate HLA typing from short read sequence data
Other
101 stars 52 forks source link

Python 3 support #52

Open PKazakova opened 4 years ago

PKazakova commented 4 years ago

Hi! Does the current version xHLA support python3?

xhy1219 commented 4 years ago

I ran it on python3. You need to modify a bit on bin/report.py. In this line: parser.add_argument('-in', dest = 'input', type = file, required = True, help = 'Input file') type=file needs to be changed into type=open

serge2016 commented 4 years ago

Can we hope to see this update soon?