mirPro error while using RNAfold
1
0
Entering edit mode
7.4 years ago
ofonov • 0

Hi!

I am trying to run mirPro on the example data set, however I get following error:

RNAfold < ./run/SRR333598/novel/tmp/precursors.fa --noPS > ./run/SRR333598/novel/tmp/precursors.str

usage:
RNAfold [-p[0|2]] [-C] [-T temp] [-4] [-d[2|3]] [-noGU] [-noCloseGU]
        [-noLP] [-e e_set] [-P paramfile] [-nsp pairs] [-S scale]
        [-noconv] [-noPS] [-circ] [-MEA [gamma]]

can't excute command: RNAfold < ./run/SRR333598/novel/tmp/precursors.fa --noPS > ./run/SRR333598/novel/tmp/precursors.str

RNAfold 2.0 is installed and it functiones with mirDeep2.

Do you have any suggestions how ti fix this issue?

I use following command to run miRpro:

mirpro \
-i SRR333597.fastq \
-i SRR333598.fastq \
-i SRR333599.fastq \
-i SRR333600.fastq \
-d . \
-m mature.fa \
-p hairpin.fa \
-s mmu \
-a ATCTCGTATGCCGTCTTCTGCTTG \
-f miFam.dat \
--novel 1 \
--other rno \
-g Mus_musculus.GRCm38.dna.toplevel.fa \
--index Mus_musculus.GRCm38.dna.toplevel.idx \
-t 4

All the input files are in current directory.

mirPro RNAfold miRNA prediction • 1.8k views
ADD COMMENT
0
Entering edit mode
7.4 years ago
ofonov • 0

So, it looks like I found a problem:

In the command written in the miRPro script RNAfold there is an extra dash before -noPS argument:

RNAfold < ./run/SRR333598/novel/tmp/precursors.fa --noPS > ./run/SRR333598/novel/tmp/precursors.str

while it should be

RNAfold < ./run/SRR333598/novel/tmp/precursors.fa -noPS > ./run/SRR333598/novel/tmp/precursors.str

When extra dash is removed RNAfold runs normally. I guess that now I have to recompile miRPro with a correct command written in mirPRo/V.1.0.1/src/mirpro_novelFinder/src/main.cpp file.

ADD COMMENT

Login before adding your answer.

Traffic: 2832 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