# HG changeset patch # User jjohnson # Date 1370463801 14400 # Node ID e682af6a72cdbcdaff359b806141350d3b7f82e4 Uploaded diff -r 000000000000 -r e682af6a72cd tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Jun 05 16:23:21 2013 -0400 @@ -0,0 +1,33 @@ + + + + + + http://sourceforge.net/projects/bowtie-bio/files/bowtie/1.0.0/bowtie-1.0.0-src.zip + make BITS=64 + + bowtie + $INSTALL_DIR/bin + + + bowtie-build + $INSTALL_DIR/bin + + + bowtie-inspect + $INSTALL_DIR/bin + + + $INSTALL_DIR/bin + + + + +Program: bowtie (ultrafast, memory-efficient short read aligner) +Version: 1.0.0 +http://bowtie-bio.sourceforge.net/manual.shtml + +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.2 GB (for unpaired alignment) or 2.9 GB (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. Bowtie runs on the command line under Windows, Mac OS X, Linux, and Solaris. + + +