https://github.com/lucventurini/mikado
Raw File
Tip revision: 5a11f37debbc86066ef2b4838be58848a3a2b309 authored by Luca Venturini on 04 April 2019, 15:38:28 UTC
Now mikado compare functions correctly (#166). However, the fuzzy-match global statistics are still wrong.
Tip revision: 5a11f37
MANIFEST.in
include DESCRIPTION.md
include README.md
include AUTHORS
include CHANGELOG.md
include requirements.txt
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