Bowtie: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
'''Project website:''' http://bowtie-bio.sourceforge.net/tutorial.shtml | '''Project website:''' http://bowtie-bio.sourceforge.net/tutorial.shtml | ||
====Load SGE module==== | |||
The following Modules files should be loaded for this package: | The following Modules files should be loaded for this package: | ||
<pre> | <pre> | ||
module load bowtie/bowtie-0.10 | module load bowtie/bowtie-0.10 | ||
</pre> | </pre> |
Revision as of 19:43, 2 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