https://github.com/lucventurini/mikado
Raw File
Tip revision: 54f381c0a1c08bf5e7046b4dc7e33f25100ab2d2 authored by Luca Venturini on 16 November 2018, 12:43:40 UTC
Switched to pytest for testing, from the deprecated nose
Tip revision: 54f381c
MANIFEST.in
include DESCRIPTION.md
include README.md
include AUTHORS
include CHANGELOG.md
include requirements.txt
recursive-include . *py
recursive-include Mikado *pyx
recursive-include Mikado *pxd
recursive-include util *py
exclude util/analyse_metrics.py util/create_model.py util/self_training.py
recursive-include Mikado *snakefile *json *yaml
recursive-include Mikado/tests *
recursive-exclude docs/ *
back to top