# HG changeset patch # User jjohnson # Date 1377011785 14400 # Node ID 38652b57e0572716926ce40aa99d9ec59cbc27e4 Uploaded diff -r 000000000000 -r 38652b57e057 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Aug 20 11:16:25 2013 -0400 @@ -0,0 +1,37 @@ + + + + + + http://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.1.0/bowtie2-2.1.0-source.zip + make BITS=64 + + bowtie2 + $INSTALL_DIR/bin + + + bowtie2-build + $INSTALL_DIR/bin + + + bowtie2-align + $INSTALL_DIR/bin + + + bowtie2-inspect + $INSTALL_DIR/bin + + + $INSTALL_DIR/bin + + + + +Program: bowtie2 (ultrafast, memory-efficient short read aligner) +Version: 2.1.0 +http://bowtie-bio.sourceforge.net/bowtie2/index.shtml + +Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s of characters, and particularly good at aligning to relatively long (e.g. mammalian) genomes. Bowtie 2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome, its memory footprint is typically around 3.2 GB. Bowtie 2 supports gapped, local, and paired-end alignment modes. + + +