Dear GRIT developer
I would like to run GRIT on a de novo assembly with available RNA-seq data to compare its output with cufflinks and maker2.
After installing all named dependencies and running:
$ python setup.py build_ext --inplace"
$ python setup.py install
i tried to execute the bin/run_grit.py
unfortunately, i get an error back, which tells me that sparsify_support_fns package is missing.
from sparsify_support_fns import calc_lhd, calc_gradient, calc_hessian
ImportError: No module named sparsify_support_fns
Could you point me to where to find this package?
Thank you,
Michel