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

Can't open perl script "drawPrecursor/drawPrecursor.pl": No such file or directory #5

Open jwyeon opened 2 years ago

jwyeon commented 2 years ago

2021-10-05 13:34:54,188 - miRador - miRador - Running sequence alignment in parallel

Can't open perl script "drawPrecursor/drawPrecursor.pl": No such file or directory

Where I locate drawPrecursor.pl file??

miRador folder is located in /users/name/ folder

and I use macOS bigger

rkweku commented 2 years ago

Which directory are you running miRador from? miRador expects that it will be run from its root folder so that the drawPrecursor directory will be present in the folder where you are running. So, when running, miRador wants you to execute from within the /users/name/miRador folder. the drawPrecursor.pl file is within the drawPrecursor folder which is included in this repository. If you try running like that, or move the drawPrecursor folder to wherever you are executing from, you should be able to run it just fine.