Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.02 KB

File metadata and controls

27 lines (15 loc) · 1.02 KB

Bioinformatics Introductory Analysis Course

Downloading Bowtie2 and Samtools

For this section, we will need to login to our compute machine at WestGrid.

When we want to use a new piece of open-source (publicly available for free :) ) software, we need to get it from the internet.

How do we go about doing this?

  1. Go to Google
  2. Type in bowtie2 (Should get you to http://bowtie-bio.sourceforge.net/bowtie2/index.shtml)
  3. We want to install in the Linux environment (https://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.2.9/bowtie2-2.2.9-linux-x86_64.zip/download)
  4. Download the file wget wget --no-check-certificate https://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.2.9/bowtie2-2.2.9-linux-x86_64.zip/download
  5. Unzip the download unzip unzip bowtie2-2.2.9-linux-x86_64.zip

Congratulations! You now have a working version of bowtie2 installed!