hall-lab / bamkit

Tools for common BAM file manipulations
MIT License
2 stars 6 forks source link

Please apply 2to3 patch #4

Open tillea opened 4 years ago

tillea commented 4 years ago

Hi, Debian is about to remove Python2 since its is EOL. Thus I have created a patch using 2to3 that should do the porting trick. It would be nice if you would check this out, test it and apply it in your next release. Kind regards, Andreas.

HReed1 commented 2 years ago

I've run into the same issue. I've begun sending pull requests for all instances of Python2 that crash my workflow.

DavidStreid commented 5 months ago

Submitted a PR to update to python3 and compatible pysam syntax. Please feel free to use as a reference for your lab to make the changes. Thank you.

https://github.com/hall-lab/bamkit/pull/5