rkweku / miRador

Plant miRNA identification tool that utilizes a variety of filters to validate predicted miRNAs
GNU General Public License v3.0
5 stars 2 forks source link

ConnectionRefusedError #7

Closed Saixi-Li closed 2 years ago

Saixi-Li commented 2 years ago

Dear professor,

Sorry to bother you, but I came across the ConnectionRefusedError when I ran miRador, beacuse of the python sentence "ftp = ftplib.FTP("mirbase.org")". And actually I find the same issue answered by you a few days ago, namely that the FTP connection is no longer working properly.

So, I get the idea that why not allow miRador to use the local data downloaded from the miRBase directly? Can this be esaily achieve so that the FTP connection would be bypassed? If possible, would you please update miRador to rejuvenate it? But of course this is just my immature suggestion.

Thank you very much!

rkweku commented 2 years ago

Hi there. Sorry for my delay, but after getting in touch with miRBase, I tried to implement an http workaround, but this ended up becoming too messy. I finally caved and decided to utilize your suggestion of just storing the necessary mirbase files to this repo and will remove once the ftp issue is resolved. I hope you can still find miRador useful now.

Best, Reza Hammond