novoalab / EpiNano

Detection of RNA modifications from Oxford Nanopore direct RNA sequencing reads (Liu*, Begik* et al., Nature Comm 2019)
GNU General Public License v2.0
108 stars 31 forks source link

Epinano v1.2 Examples are not working #82

Closed jjbblue closed 3 years ago

jjbblue commented 3 years ago

Hi I just wanted to try the example for running the Epinano_predict.py stated in the Readme but I encounter an error. According to the shebang python3 should be used. I tried running it with the python3.6

image

The output is : image

Is there anything I can do to solve the issue? Thank you

Junbeom Jeon

Huanle commented 3 years ago

Hi @jjbblue ,

Can you run pip3 install EpinanoPredict==0.1.2 to install required pkgs and try again?

jjbblue commented 3 years ago

Thank you for answer. Thanks to that, it was solved.