dieterich-lab / rp-bp

Rp-Bp is a Bayesian approach to predict, at base-pair resolution, ribosome occupancy and translation.
MIT License
7 stars 5 forks source link

Update dependencies to pymisc-utils and pybio-utils #74

Closed bmmalone closed 6 years ago

bmmalone commented 7 years ago

I split the utils and bio_utils packages; additionally I moved them to github.

The dependencies and imports should be updated to point to the new repos. Besides updates to requirements.txt and setup.py, this will require changing all instances of import misc.bio_utils... to import bio_utils.....