https://github.com/svohr/mixemt
Tip revision: 8acb3752a7300d08808c7d5fec7e0bc601420670 authored by Sam Vohr on 31 December 2016, 02:11:30 UTC
Create LICENSE
Create LICENSE
Tip revision: 8acb375
run_tests.sh
#! /bin/bash
PYTHONPATH=`pwd`:${PYTHONPATH}
pylint mixemt phylotree.py preprocess.py em.py observe.py assemble.py stats.py
python -m unittest discover -s test -p "*_test.py"