Entering edit mode
8.3 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
- upgrade it to bowtie2-2.2.9 or
- uninstall the bowtie2-2.2.6 version to install the newer version
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.
@genomax2
and how to do this? :( how to add it to the path??
Assuming you are using bash shell;
export PATH=$PATH:/path_to_new/bowtie2