From 687759e7cdc6f178669b22721a26122d67e1fb6c Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Sun, 13 Jan 2013 10:23:45 +0100 Subject: academic/bowtie: Added (short read aligner of DNA sequences). Signed-off-by: Matteo Bernardini --- academic/bowtie/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 academic/bowtie/README (limited to 'academic/bowtie/README') diff --git a/academic/bowtie/README b/academic/bowtie/README new file mode 100644 index 0000000000..949e67e5f8 --- /dev/null +++ b/academic/bowtie/README @@ -0,0 +1,17 @@ +Bowtie is an ultrafast, memory-efficient short read aligner geared +toward quickly aligning large sets of short DNA sequences (reads) to +large genomes. It aligns 35-base-pair reads to the human genome at a +rate of 25 million reads per hour on a typical workstation. Bowtie +indexes the genome with a Burrows-Wheeler index to keep its memory +footprint small: for the human genome, the index is typically about +2.2GB (for unpaired alignment) or 2.9GB (for paired-end or colorspace +alignment). Multiple processors can be used simultaneously to achieve +greater alignment speed. Bowtie can also output alignments in the +standard SAM format, allowing Bowtie to interoperate with other tools +supporting SAM, including the SAMtools consensus, SNP, and indel +callers. + +If you use Bowtie for your published research, please cite: +Langmead B, Trapnell C, Pop M, Salzberg SL. +Ultrafast and memory-efficient alignment of short DNA sequences to +the human genome. Genome Biol 10:R25. -- cgit v1.2.3