Bowtie: Difference between revisions

From Cheaha
Jump to navigation Jump to search
No edit summary
(added category software)
Line 10: Line 10:
module load bowtie/bowtie-0.10
module load bowtie/bowtie-0.10
</pre>
</pre>
[[Category:Software]]

Revision as of 13:45, 4 April 2012

This page is a Generic stub.

You can help by expanding this page..

Bowtieis 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). It supports alignment policies equivalent to Maq and SOAP but is substantially faster.

Project website: http://bowtie-bio.sourceforge.net/tutorial.shtml

Load SGE module

The following Modules files should be loaded for this package:

module load bowtie/bowtie-0.10