You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your teams’ efforts! REDItools2 is one of the most popular tools in the study of RNA editing, and I hope to put it into best advantage! However, I’ve got a little bug when using reditools.py using basic options, and the bug report is as follows:
('[SYSTEM]', 'PYSAM VERSION', '0.17.0')
('[SYSTEM]', 'PYSAM PATH', ['/home/hqy/miniconda3/envs/rna_editing/lib/python2.7/site-packages/pysam'])
Traceback (most recent call last):
File "/mnt/d/BioApp/reditools2.0/src/cineca/reditools.py", line 1374, in <module>
analyze(options)
File "/mnt/d/BioApp/reditools2.0/src/cineca/reditools.py", line 849, in analyze
hostname=socket.gethostbyaddr(netifaces.ifaddresses(interface)[netifaces.AF_INET][0]['addr'])
socket.herror: [Errno 1] Unknown host
It seems that reditools2.0 will try remote connection at the very fist step, but what I need is to run it locally. How can I fix it?
Dear @tizianoflati @tflati
Thanks for your teams’ efforts! REDItools2 is one of the most popular tools in the study of RNA editing, and I hope to put it into best advantage!
However, I’ve got a little bug when using reditools.py using basic options, and the bug report is as follows:
It seems that reditools2.0 will try remote connection at the very fist step, but what I need is to run it locally. How can I fix it?
In addition, my environment is as follows:
Thanks again for your efforts, and I am sincerely looking forward to your reply and hoping to promote progress in field of RNA editing!
The text was updated successfully, but these errors were encountered: