Can't locate CbBio/RNASeq/miARma.pm in @INC

Issue #148 resolved
Hamish Tong created an issue

Hi,

I installed miARma by docker on Ubuntu and tried to run it with:

miARma@583da0b84267:~/miARma$ ./miARma ~/155mir/config155.ini -check

However, the error shows:

Can't locate CbBio/RNASeq/miARma.pm in @INC (you may need to install the CbBio::RNASeq::miARma module) (@INC contains: //lib/ /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at ./miARma line 88.
BEGIN failed--compilation aborted at ./miARma line 88.

I attached the config. file I used. Could someone please help? Thank you!

P.S. I found a similar issue and tried modifying the path on config. file, which did not solve the problem. What would be the correct path to use?

Hamish

Comments (2)

  1. Eduardo Andres Leon

    Hi,

    Check that the file /home/miARma/miARma/CbBio/RNASeq/miARma.pm exists. if not, modify the line 12 in your ini file

  2. Log in to comment