How to install bowtie2 on Ubuntu/Linux?
download page https://sourceforge.net/projects/bowtie-bio/files/bowtie2/ conda install -c bioconda bowtie2 # Ubuntu
sudo apt update sudo apt install bowtie2 # CentOS
yum update yum install bowtie2 # create and go to install directory
cd $HOME/tools/bowtie2/ wget https://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.4.2/bowtie2-2.4.2-sra-linux-x86_64.zip/download # decompress unzip download # add location to system PATH
export PATH=$HOME/tools/bowtie2/bowtie2-2.4.2-sra-linux-x86_64:$PATH
bowtie2 --help Bowtie2 errors
→ Error missing library libtbb.so.2 |