mhorlbeck / ScreenProcessing

62 stars 30 forks source link

Update repo to Python 3 #6

Closed tim-peterson closed 1 year ago

tim-peterson commented 5 years ago

This worked on Python 3.7. Other versions weren't checked.

Conversion from Python 2 to 3 was performed using the official Python conversion tool 2to3. The original version of the files were left as back-up .bak files. I can remove those if necessary. Besides the 2to3 conversion, instances of zip() needed to be wrapped in list() in most cases. Also, the last three figures (the volcano plots) may not get generated, though there was no errors reported.

mhorlbeck commented 1 year ago

Thanks Tim--just cleaning up PRs now and there were a few 2->3 conversions