https://github.com/lucventurini/mikado
Raw File
Tip revision: aea5ae240de6755b766623cdf7878d67d8f33d5e authored by Luca Venturini on 05 December 2017, 14:02:59 UTC
Fixed the issue with SQLite not locking on NFS; now the index is created on a temporary file and then copied over. This should also prevent corrupted indices to confuse the program.
Tip revision: aea5ae2
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