User Tools

Site Tools


bowtie2-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bowtie2-software [2015/03/24 08:15] – [Usage] joguyabowtie2-software [2022/11/21 08:16] (current) aorth
Line 1: Line 1:
 ====== Bowtie 2====== ====== Bowtie 2======
-  * Bowtie is an ultrafast, memory-efficient short read aligner. It aligns short DNA sequences (reads) to the human genome at a rate of over 25 million 35-bp reads per hour. Bowtie indexes the genome with a Burrows-Wheeler index to keep its memory footprint small: typically about 2.2 GB for the human genome (2.9 GB for paired-end). + 
-  For reads longer than about 50 bp Bowtie 2 is generally faster, more sensitive, and uses less memory than Bowtie 1. For relatively short reads (e.g. less than 50 bp) Bowtie 1 is sometimes faster and/or more sensitive. +Bowtie is an ultrafast, memory-efficient short read aligner. It aligns short DNA sequences (reads) to the human genome at a rate of over 25 million 35-bp reads per hour. Bowtie indexes the genome with a Burrows-Wheeler index to keep its memory footprint small: typically about 2.2 GB for the human genome (2.9 GB for paired-end). 
-  There is no upper limit on read length in Bowtie 2. Bowtie 1 had an upper limit of around 1000 bp. + 
-  [[http://bowtie-bio.sourceforge.net/bowtie2/manual.shtml#how-is-bowtie-2-different-from-bowtie-1| differences between Bowtie1 Bowtie2]]+For reads longer than about 50 bp Bowtie 2 is generally faster, more sensitive, and uses less memory than Bowtie 1. For relatively short reads (e.g. less than 50 bp) Bowtie 1 is sometimes faster and/or more sensitive. 
 + 
 +There is no upper limit on read length in Bowtie 2. Bowtie 1 had an upper limit of around 1000 bp. 
 + 
 +[[https://bowtie-bio.sourceforge.net/bowtie2/manual.shtml#how-is-bowtie-2-different-from-bowtie-1| Differences between Bowtie1 and Bowtie2]].
  
  
 ===== Information ===== ===== Information =====
  
-  * Version: 2.2.3 +  * Version: 2.5.0 
-  * Added: October2014 +  * Added: March2015 
-  * Link: http://bowtie-bio.sourceforge.net/bowtie2/index.shtml+  * Updated: November, 2022 
 +  * Link: https://bowtie-bio.sourceforge.net/bowtie2/index.shtml
  
 ===== Usage ===== ===== Usage =====
  
-=== See versions of bowtie2 which are available ===+See versions which are available:
 <code>$ module avail bowtie2</code> <code>$ module avail bowtie2</code>
  
-=== Load and run bowtie2 === +Load one version into your environment and run it: 
-<code>$ module load bowtie2/2.2.5+<code>$ module load bowtie2/2.5.0
 $ bowtie2</code> $ bowtie2</code>
- 
  
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ wget "http://downloads.sourceforge.net/project/bowtie-bio/bowtie2/2.2.5/bowtie2-2.2.5-linux-x86_64.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fbowtie-bio%2Ffiles%2Fbowtie2%2F2.2.5%2F&ts=1427184187&use_mirror=liquidtelecom" -O bowtie2-2.2.5-linux-x86_64.zip +<code>$ cd /tmp 
-$ unzip bowtie2-2.2.5-linux-x86_64.zip +$ wget https://liquidtelecom.dl.sourceforge.net/project/bowtie-bio/bowtie2/2.5.0/bowtie2-2.5.0-linux-x86_64.zip 
-$ sudo mkdir /export/apps/bowtie2/2.2.5/ +$ unzip bowtie2-2.5.0-linux-x86_64.zip 
-$ sudo cp -rv bowtie2-2.2.5/* /export/apps/bowtie2/2.2.5/</code> +$ sudo cp -bowtie2-2.5.0-linux-x86_64/* /export/apps/bowtie2/2.5.0</code>
bowtie2-software.1427184906.txt.gz · Last modified: 2015/03/24 08:15 by joguya