0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="bowtie" version="2.1.0">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.1.0/bowtie2-2.1.0-source.zip</action>
|
|
7 <action type="shell_command">make BITS=64</action>
|
|
8 <action type="move_file">
|
|
9 <source>bowtie2</source>
|
|
10 <destination>$INSTALL_DIR/bin</destination>
|
|
11 </action>
|
|
12 <action type="move_file">
|
|
13 <source>bowtie2-build</source>
|
|
14 <destination>$INSTALL_DIR/bin</destination>
|
|
15 </action>
|
|
16 <action type="move_file">
|
|
17 <source>bowtie2-align</source>
|
|
18 <destination>$INSTALL_DIR/bin</destination>
|
|
19 </action>
|
|
20 <action type="move_file">
|
|
21 <source>bowtie2-inspect</source>
|
|
22 <destination>$INSTALL_DIR/bin</destination>
|
|
23 </action>
|
|
24 <action type="set_environment">
|
|
25 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
26 </action>
|
|
27 </actions>
|
|
28 </install>
|
|
29 <readme>
|
|
30 Program: bowtie2 (ultrafast, memory-efficient short read aligner)
|
|
31 Version: 2.1.0
|
|
32 http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
|
|
33
|
|
34 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.
|
|
35 </readme>
|
|
36 </package>
|
|
37 </tool_dependency>
|