This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Ciri run error

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.

rna-seq circular rna

1 answer

Use the full path to CIRI2.pl like so:

perl /path/to/CIRI2.pl ...

Thanks. but I still get an error

 Can't open perl script "/path/to/CIRI2.plperl": No such file or directory

I hope you did not literally use /path/to/CIRI2.pl. Where is CIRI2.pl located in your file system?

Log in to answer this question.