ONCdb / ONCdbWeb

A Web Application to serve the ONCdb
MIT License
0 stars 0 forks source link

installation instructions #29

Open mrobberto opened 6 years ago

mrobberto commented 6 years ago

following the installation instructions, a couple of comments

clarify that the "-master" suffix must be removed by the downloaded directories there is no SEDkit: here is the diagnostic

betelgeuse:2017.ONCdb robberto$ python ONCdbWeb/onc_app/app_onc.py Traceback (most recent call last): File "ONCdbWeb/onc_app/app_onc.py", line 6, in from SEDkit import sed ModuleNotFoundError: No module named 'SEDkit'

I have found and downloaded SEDkit from GitHub, but I am not sure about where/how install it to make it visible to app_onc.py