Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 852 Bytes

File metadata and controls

24 lines (20 loc) · 852 Bytes

Bowtie2

Refer to build from source installation manual

Ubuntu 20.04

sudo apt install -y bowtie bowtie2

Fedora 33

Refer to Sourceforge page or Github page for the latest release.

I use the instalation from source since at the mooment of writing the installtion with conda (as recommended on Github page of project doesn't work with Fedora 33 and Python 3.9)

sudo dnf install -y tbb-devel
cd
wget https://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.4.2/bowtie2-2.4.2-source.zip
unzip ./bowtie2*.zip
rm ./bowtie2-2.4.2-source.zip
cd ./bowtie2-2.4.2
make
make static-libs
make sra-deps