bowtie2-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bowtie2-software [2017/09/20 09:04] – aorth | bowtie2-software [2025/03/03 07:29] (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). | + | |
- | | + | 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. |
+ | |||
+ | There is no upper limit on read length in Bowtie 2. Bowtie 1 had an upper limit of around 1000 bp. | ||
+ | |||
+ | [[https:// | ||
===== Information ===== | ===== Information ===== | ||
- | * Version: 2.3.3 | + | * Version: 2.5.4 |
* Added: March, 2015 | * Added: March, 2015 | ||
- | * Updated: | + | * Updated: |
- | * Link: http:// | + | * Link: https:// |
===== Usage ===== | ===== Usage ===== | ||
- | === See versions | + | See versions which are available: |
< | < | ||
- | === Load and run bowtie2 === | + | Load one version into your environment |
- | < | + | < |
$ bowtie2</ | $ bowtie2</ | ||
Line 26: | Line 30: | ||
< | < | ||
- | $ wget 'https://downloads.sourceforge.net/project/ | + | $ wget https://github.com/BenLangmead/bowtie2/releases/ |
- | $ unzip bowtie2-2.3.3-linux-x86_64.zip | + | $ unzip bowtie2-2.5.4-linux-x86_64.zip |
- | $ sudo mkdir / | + | $ sudo cp -r bowtie2-2.5.4-linux-x86_64 |
- | sudo cp -rv bowtie2-2.3.3/* / | + |
bowtie2-software.1505898273.txt.gz · Last modified: 2017/09/20 09:04 by aorth