dwarf-assembly/stats/README.md

277 B

Statistical scripts

Computes stats about a whole lot of stuff.

Setup

  virtualenv -p python3 venv  # Do this only once
  source venv/bin/activate  # Do this for every new shell working running the script
  pip install -r requirements.txt  # Do this only once