Shamir-Lab / Recycler

This is the codebase for Recycler, described in our manuscript: https://academic.oup.com/bioinformatics/article/33/4/475/2623362, by Roye Rozov, Aya Brown Kav, David Bogumil, Naama Shterzer, Eran Halperin, Itzhak Mizrahi, and Ron Shamir
BSD 3-Clause "New" or "Revised" License
58 stars 7 forks source link

Update to prevent division errors and version patch #16

Closed cameronmartino closed 6 years ago

cameronmartino commented 6 years ago

Awesome idea, really enjoyed the paper.

Essentially only two changes.

  1. Put parenthesis after print statements allows this all to be compatible with python 3 and higher.

  2. Added two patches to the util package to prevent division by zero errors.