Bowtie1 installation problem
1
0
Entering edit mode
6.0 years ago
jaqx008 ▴ 110

Hey guys. I am trying to install bowtie1 on my mac but having some difficulties. I am using brew install bowtie it exited withe following error.

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
....
This formula was found in a tap:
caskroom/cask/bowtie
To install it, run:
  brew install caskroom/cask/bowtie

I ran brew install caskroom/cask/bowtie. it said brew successfully installed bowtie. but when I do bowtie -h, it doesn't give help menu. I have also tried to follow some suggestions on downloading unzipping and directing the command to the folder to install. But wasn't successful. Does anyone know why and what I can do differently?

alignment Mapping Bowtie1 smallRNAs • 2.5k views
ADD COMMENT
0
Entering edit mode

I am not sure that is the correct bowtie program.

As an option you can get the pre-compiled binary for macOS here.

ADD REPLY
0
Entering edit mode

Thank you Genomax. I downloaded it and noticed that I have to work in the bowtie directory for it to work... Thanks again

ADD REPLY
0
Entering edit mode

Not necessarily. All you have to do is to add the directory with the botwie executable to your $PATH like this:

export PATH=$PATH:/full_path_to_directory_with_bowtie_executable
ADD REPLY
0
Entering edit mode

Oh. Yea I will do this next time, I took the long route already. Thanks again

ADD REPLY
0
Entering edit mode
5.5 years ago
cemdede • 0

For those who installed the Brew, but could not install tophat. Try this one:

brew update

brew tap brewsci/bio

brew install bowtie

brew install tophat
ADD COMMENT

Login before adding your answer.

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