https://github.com/lucventurini/mikado
Raw File
Tip revision: 5a2a8cf4427bad6d0a9fc5bfaf7170d51be48408 authored by Luca Venturini on 12 March 2018, 22:33:15 UTC
Now it is possible to add on-line global parameters to DRMAA submissions, e.g. --constraint
Tip revision: 5a2a8cf
requirements.txt
wheel>=0.28.0
pyyaml
jsonschema
cython>=0.25
numpy
networkx>=1.10
sqlalchemy>=1
sqlalchemy_utils
biopython>=1.66
intervaltree
nose
pyfaidx
scikit-learn>=0.17.0
scipy>=0.15.0
frozendict
python-magic
drmaa
snakemake<4.0.0; python_version < "3.5"
snakemake; python_version >= "3.5"
docutils!=0.13.1
tabulate
ujson
simplejson
back to top