https://github.com/lucventurini/mikado
Raw File
Tip revision: 670fe92c63170c0513a0f20c57515af92669d181 authored by Luca Venturini on 11 May 2018, 10:12:38 UTC
Now the TranscriptChecker raises InvalidTranscript errors instead of AssertionErrors, and therefore exceptions should be handled more gracefully (see #119). Likewise, Mikado util stats should now function correctly with GTFs full of invalid transcripts, as reported by Martin Vickers
Tip revision: 670fe92
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
typing; python_version < "3.5"
back to top