Bowtie1 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).
Availability and Restrictions
Versions
The following versions of Bowtie1 are available on OSC clusters:
Version | Pitzer | Ascend | Cardinal |
---|---|---|---|
+1.2.2 | X* | ||
1.3.1 | X | X |
You can use module spider bowtie1
to view available modules for Pitzer. The module name on Cardinal and Ascend differs, so you can use module spider bowtie
. Feel free to contact OSC Help if you need other versions for your work.
Access
Bowtie1 is available to all OSC users. If you have any questions, please contact OSC Help.
Publisher/Vendor/Repository and License Type
Ben Langmead et al., Open source (Artistic 2.0)
Usage
Usage on Pitzer
Set-up
module load bowtie1
. The default version will be loaded. Usage on Cardinal
Set-up
module load bowtie
. The default version will be loaded.