User Tools

Site Tools


bowtie-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
bowtie-software [2015/03/24 07:36] joguyabowtie-software [2020/04/27 11:13] (current) aorth
Line 1: Line 1:
 ====== Bowtie ====== ====== Bowtie ======
-  * 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). +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.+ 
 +For reads longer than about 50 bp [[bowtie2-software|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.
  
 ===== Information ===== ===== Information =====
  
-  * Version: 1.1.1+  * Version: 1.2.3
   * Added: October, 2014   * Added: October, 2014
 +  * Updated: April, 2020
   * Link: http://bowtie-bio.sourceforge.net/index.shtml   * Link: http://bowtie-bio.sourceforge.net/index.shtml
  
 ===== Usage ===== ===== Usage =====
  
-=== See versions of bowtie which are available ===+See versions of bowtie which are available:
 <code>$ module avail bowtie</code> <code>$ module avail bowtie</code>
  
-=== Load and run bowtie === +Load one version into your environment and run it: 
-<code>$ module load bowtie/1.1.1+<code>$ module load bowtie/1.2.3
 $ bowtie</code> $ bowtie</code>
  
Line 22: Line 24:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ wget "http://downloads.sourceforge.net/project/bowtie-bio/bowtie/1.1.1/bowtie-1.1.1-linux-x86_64.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fbowtie-bio%2Ffiles%2Fbowtie%2F1.1.1%2F&ts=1413524287&use_mirror=tenet" -O bowtie-1.1.1-linux-x86_64.zip +<code>$ cd /tmp 
-unzip bowtie-1.1.1-linux-x86_64.zip +$ wget 'https://downloads.sourceforge.net/project/bowtie-bio/bowtie/1.2.3/bowtie-1.2.3-linux-x86_64.zip?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fbowtie-bio%2Ffiles%2Fbowtie%2F1.2.3%2Fbowtie-1.2.3-linux-x86_64.zip%2Fdownload&ts=1587985836' -O bowtie-1.2.3-linux-x86_64.zip 
-sudo mkdir /export/apps/bowtie/1.1.1/ +unzip bowtie-1.2.3-linux-x86_64.zip 
-sudo cp -r bowtie-1.1.1/* /export/apps/bowtie/1.1.1/</code>+$ cd bowtie-1.2.3-linux-x86_64 
 +sudo mkdir -p /export/apps/bowtie/1.2.3 
 +sudo cp -r . /export/apps/bowtie/1.2.
 +</code>
  
  
bowtie-software.1427182562.txt.gz · Last modified: 2015/03/24 07:36 by joguya