Help with miRDeep2 installation
1
0
Entering edit mode
10.0 years ago
reswinvented ▴ 20

Doing a miRNA seq analysis. I don't know anything about command line scripts. I am trying to get started on the analysis by installing miRDeep2. Can't seem to get the install right because I am extremely confused with all the commands. From my understanding, with the miRDeep2 package, there is a file called install.pl that seems to have a script that will automatically install all the necessary files needed for the package. Can anyone give me some tutorial on how to start running this program and how I can at least install it?

RNA-Seq • 7.0k views
ADD COMMENT
0
Entering edit mode

It'll be helpful to know which operating system you're using.

ADD REPLY
0
Entering edit mode

Mac OSX Mavericks

ADD REPLY
0
Entering edit mode

Assuming you've extracted the zip file to Downloads, then:

cd ~/Downloads/mirdeep2
./install.pl
ADD REPLY
1
Entering edit mode
5.7 years ago
jlwebb ▴ 20

install mirdeep2 by visiting this website: https://github.com/rajewsky-lab/mirdeep2 download the zipped folder with everything and extract it to your desktop move into the folder from the command line and then type: turn on bash sudo perl install.pl source ~/.bash_profile perl install.pl

When this gives you an error for Font::TTF, run the following items: sudo apt-get install libfont-ttf-perl sudo apt-get install libpdf-api2-perl visit http://eddylab.org/software/squid/squid.tar.gz move into that folder using cd ./configure sudo make sudo make install

Then
isit http://bioinformatics.psb.ugent.be/supplementary_data/erbon/nov2003/downloads/randfold-2.0.1.tar.gz cd into your randfold folder sudo make sudo mv randfold_folder_name_here /usr/local/bin/ alias randfold="/usr/local/bin/randfold/randfold"

cd back into your mirdeep2 folder Now run sudo perl install.pl again and see if that fixes your problems

ADD COMMENT

Login before adding your answer.

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