annotate tool_dependencies.xml @ 0:38652b57e057 draft default tip

Uploaded
author jjohnson
date Tue, 20 Aug 2013 11:16:25 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
1 <?xml version="1.0"?>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
2 <tool_dependency>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
3 <package name="bowtie" version="2.1.0">
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
4 <install version="1.0">
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
5 <actions>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
6 <action type="download_by_url">http://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.1.0/bowtie2-2.1.0-source.zip</action>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
7 <action type="shell_command">make BITS=64</action>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
8 <action type="move_file">
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
9 <source>bowtie2</source>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
10 <destination>$INSTALL_DIR/bin</destination>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
11 </action>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
12 <action type="move_file">
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
13 <source>bowtie2-build</source>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
14 <destination>$INSTALL_DIR/bin</destination>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
15 </action>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
16 <action type="move_file">
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
17 <source>bowtie2-align</source>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
18 <destination>$INSTALL_DIR/bin</destination>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
19 </action>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
20 <action type="move_file">
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
21 <source>bowtie2-inspect</source>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
22 <destination>$INSTALL_DIR/bin</destination>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
23 </action>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
24 <action type="set_environment">
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
25 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
26 </action>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
27 </actions>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
28 </install>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
29 <readme>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
30 Program: bowtie2 (ultrafast, memory-efficient short read aligner)
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
31 Version: 2.1.0
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
32 http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
33
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
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.
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
35 </readme>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
36 </package>
38652b57e057 Uploaded
jjohnson
parents:
diff changeset
37 </tool_dependency>