https://github.com/lucventurini/mikado
Raw File
Tip revision: 929fecf14c94a20855ea606641a9b7a0ce466e0e authored by Luca Venturini on 10 February 2016, 12:49:35 UTC
FASTA extraction *has* to go in the main process; added log queue for fork servers.
Tip revision: 929fecf
MANIFEST.in
include DESCRIPTION.md
include *py
recursive-include mikado_lib *.py *.json *.yaml
recursive-include util *py
recursive-include test *py
back to top