Hey guys! I am using a script I found here :
However, I keep getting this error
Can't exec "/path/to/folder/Peak_Calling_for_CATaDa-master/sub_programs/RPM_normalise_and_average.pl": No such file or directory at /path/to/folder/Peak_Calling_for_CATaDa-master/CATaDa_analysis_pipeline.pl line 57, <STDIN> line 3
I have confirmed that RPM_normalise_and_average.pl is at location /path/to/folder/Peak_Calling_for_CATaDa-master/sub_programs/. I have also confirmed that the script is executable.
I'm new to this. Could someone please tell me what I am missing?
Thanks for pointing that out! However, the script actually specifies the path to the directory with the executable using
and then uses
This gives path/to/folder/Peak_Calling_for_CATaDa-master/sub_programs/... etc. I meant to say that the .pl executable is in that folder. Do you think that sounds correct?