KoslickiLab / mutation-rate-ci-calculator

This software calculates a confidence interval for the mutation rate from a set of observed containment indices under a simple nucleotide mutation process.
Other
7 stars 1 forks source link

make installable package #4

Closed bluegenes closed 3 years ago

bluegenes commented 3 years ago

This PR provides lightweight python packaging, including dependency install via conda and package installation via pip. Isolated conda environments enhance reproducibility, and installation make the scripts a bit easier to run.

This is super lightweight, so there's no single entry point script -- instead, each script can be run with python -m mrcc.<SCRIPTNAME>