miRanalyzer run error
1
0
Entering edit mode
8.9 years ago

Hi

I get into trouble when I run miRanalyzer, my command like this:


java -Xmx2000m -jar miRanalyzer.jar input=SRR069503.rc dbPath=/home/user/miRanalyzer species=dm3 speciesShort=dme kingdom=animal bowtiePath=/usr/lbin translibs=rfam:RFam:15:5


the error report as follow:
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:635)
at java.util.ArrayList.get(ArrayList.java:411)
at miRanalyzerV2.IsoMiR.makeIsoMir(IsoMiR.java:105)
at miRanalyzerV2.MiRanalyzer.main(MiRanalyzer.java:142)


Can you give me some suggestion to solve this problem?
Best

microRNA miranalyzer RNA-Seq • 2.5k views
ADD COMMENT
0
Entering edit mode

Probably is a typo, but is the bowtiePath correct? Example from miRanalyzer manual:

java -Xmx2000m -jar miRanalyzer.jar input=SRR069503.rc \
            dbPath=/home/user/miRanalyzer species=dm3 speciesShort=dme \
            kingdom=animal bowtiePath=/usr/local/bin/bowtie64 translibs=rfam:RFam:15:5
ADD REPLY
0
Entering edit mode

My bowtie path is OK. I want to run the miranalyzer test data. I checked all of paths. I really don't know what is the problem.

ADD REPLY
1
Entering edit mode

I downloaded miRanalyzer and I tried to run the test data but I got your same error. Sorry, no idea to help you more.

ADD REPLY
0
Entering edit mode

Thanks so much for taking your time.

Best

ADD REPLY
0
Entering edit mode
8.9 years ago
mozduri.z • 0

Jai said to me:

try with a higher spec PC. I see the error is java.lang.IndexOutOfBoundsException which comes when there is some memory issues.

ADD COMMENT

Login before adding your answer.

Traffic: 2710 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6