Hi i just install miRDeep2 on my ubuntu.
and following guide... i typed this command on my linux
-=-=-=-=-=-=-=-=-=-
cd mirdeep2_0_0_8
./install.pl
-=-=-=-=-=-=-=-=-=-
but I got this message
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
gcc version: 4.8.4-2ubuntu1~14.04.1) already installed, nothing to do ...
bowtie already installed, nothing to do ...
RNAfold 2.2.5
blahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblah ..........................................................................................................................................................
randfold already installed, nothing to do ...
Compress::Zlib already installed, nothing to do ...
Font::TTf already installed, nothing to do ...
PDF::API2 already installed, nothing to do ...
RNAfold was/is not installed properly
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
and i change directory into ./bin and typed ./maaper.pl, then this statement came out
-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Please run the install.pl script first before using the miRDeep2 package
The install script is located in /TOOLS/mirdeep2_0_0_8/ so just do
cd /TOOLS/mirdeep2_0_0_8/
perl install.pl
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
how can i do it?
Yes I already installed that ViennaRNA package like you did and I set the Path of ViennaRNA on bashrc file. So when I type
RNAfold
then terminal saidbut mirdeep2 still has problem...
is it the same problem as described in your first post or a new one? We can't help without details.
Also I just solved it by type this on miRDeep folder
and tested by using
tutorial_dir/run_tut.sh
It works all right... but I dont know why it works;;
maybe I think installed all dependancies before install mirdeep2, so it works well..
And since then (after this touch install_successful) mirdeep works? How was the performance on your dataset?
Thanks, this worked for me. I installed all dependencies and then ran
perl install.pl
in mirdeep2 folder. It gave me an error during ViennaRNA installation. I checked created bin directory in mirdeep2 folder and I saw a soft-link for RNAfold package pointing to "newly" installed RNAfold byinstall.pl
. I replaced this soft-link with my installation of RNAfold and then I did thetouch install_successful
and it looks it's working. I guess it would work without changing the soft-link but I did it anyway just to be sure it points to the correct installation of RNAfold installed by me and not byinstall.pl
. But as you said - I am not sure why it works but it does.Oh sorry. It's same. but, what I want to say is "why RNAfold got a problem during installation??". because before download mirdeep2, I already downloaded all dependency, ofcourcely include ViennaRNA tool which contains RNAfold binary file. And I made double check that all dependency work or not. --> works well. (I want show you that RNAfold works well).