How can I upgrade bowtie2-2.2.6 to bowtie2-2.2.9 or uninstall this old version?
3
0
Entering edit mode
7.7 years ago
mirza ▴ 180

Hi,

I am using CentOS release 6.8 server through my user account. I have Bowtie2-2.2.6 in my user account. How can I

  1. upgrade it to bowtie2-2.2.9 or
  2. uninstall the bowtie2-2.2.6 version to install the newer version
bowtie2-2.2.9 centos server uninstall • 5.1k views
ADD COMMENT
1
Entering edit mode
7.7 years ago
Sej Modha 5.3k

Find out where the bowtie2 executables are located in your account using command which bowtie2. Once you have identified the location just replace the bowtie2 executables with the newer version of the program.

ADD COMMENT
1
Entering edit mode

You can also download and use a newer bowtie2 executable from within your own account by amending $PATH to point to the new executable (this would allow you to keep the older version for reference/archival purposes). Make sure the older version is not in the $PATH to avoid any confusion.

ADD REPLY
0
Entering edit mode

@genomax2

and how to do this? :( how to add it to the path??

ADD REPLY
0
Entering edit mode

Assuming you are using bash shell; export PATH=$PATH:/path_to_new/bowtie2

ADD REPLY
0
Entering edit mode
7.7 years ago
mirza ▴ 180

@ genomax2 thanks a ton

ADD COMMENT
0
Entering edit mode
7.6 years ago
JackieMe ▴ 30

If you r using the Linux binary version of bowtie2, the simplest way might be to remove the bowtie2-2.2.6 folder and replace it with bowtie2-2.2.9 folder.

cd /path/to/bowtie2-2.2.6
rm -rf  bowtie2-2.2.6
cp -r /path/to/bowtie2-2.2.9_folder .

and then modify you PATH to include the new bowtie2-2.2.9 folder.

ADD COMMENT
0
Entering edit mode

thanks a lot Jackie!

ADD REPLY

Login before adding your answer.

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