miRDeep2 Mapper "Bowtie mapping tool not installed"
1
0
Entering edit mode
4.0 years ago

I had created an index with bowtie (v1.1.0/gcc-4.8.5) and proceeded to using the mapper module of miRDeep which produced this error;

^[[1;31m
Error: ^[[0mBowtie mapping tool not installed.

I notice that the latest version of bowtie is 1.2.3, so is this a case of asking the administrator of our cluster to simply update the software to the latest version? Given that bowtie and not bowtie2 is specified in the original miRDeep2 paper, creating an index with bowtie2 will not fix the problem?

Thanks, Duncan

RNA-Seq miRNA bowtie • 1.2k views
ADD COMMENT
0
Entering edit mode
4.0 years ago
Barry Digby ★ 1.3k

Do not use bowtie2. From what I recall using the tool, you have to set quite a few paths in your ~/.bashrc file. One should point to the mirdeep2 bin, something like this:

export PATH=$PATH:/home/barry/Desktop/Vivaldi/mirdeep2/mirdeep2-master/bin

In this folder are the bowtie executables.


An alternative (and cleaner option) is to use Anaconda to create an environment specifically for mirdeep2 which can be installed by calling:

conda create --name mirdeep2 
conda activate mirdeep2
conda install -c bioconda mirdeep2

Hopefully the anaconda installation takes care of all the messy SQUID | randfold | vienna installations.

Try it via anaconda and run their test data!

ADD COMMENT

Login before adding your answer.

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