Thanks. but I still get an error
Can't open perl script "/path/to/CIRI2.plperl": No such file or directory
• 0 views
•
link
Hi I downloaded ciri to find circular RNAs in RNA-seq data. I execute below command:
perl CIRI2.pl -I test.sam -O outfile -F dm6.fa -A drosophilaNCBI.gtf
but I see below error:
Can't open perl script "CIRI2.pl": No such file or directory
I appreciate if anybody share his/her comment with me.
Thanks in advance.
Use the full path to CIRI2.pl like so:
perl /path/to/CIRI2.pl ...
Log in to answer this question.