Map short reads to reference sequence using Burrows-Wheeler transform
bowtie(
aligns
the reads specified in indexBaseName
,reads
,outputFileName
)reads
to the indexed reference
specified by indexBaseName
, and writes the results
to the BAM-formatted file outputFileName
.
Note
bowtie
runs on Mac and UNIX® platforms
only.
bowtie(
aligns
reads using additional options specified by one or more name-value
pair arguments.indexBaseName
,reads
,outputFileName
,Name,Value
)
More information on the Bowtie algorithm (Version 0.12.7) can be found at http://bowtie-bio.sourceforge.net/index.shtml.
Some prebuilt index files for model organisms can be downloaded directly from the Bowtie repository.