https://github.com/lucventurini/mikado
Raw File
Tip revision: e310e1e73a3e946f8875f24565c9ba98d32f5a60 authored by Luca Venturini on 21 February 2017, 12:20:30 UTC
Added a test to verify that the clustering now happens correctly at the monoholder stage
Tip revision: e310e1e
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