annotate bismark_wrapper/tool_dependencies.xml @ 1:183de9d00131 draft

add indices.loc files
author bjoern-gruening
date Tue, 25 Dec 2012 05:52:28 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
1 <?xml version="1.0"?>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
2 <tool_dependency>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
3 <set_environment version="1.0">
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
4 <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
5 </set_environment>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
6 <package name="bowtie2" version="2.0.0-beta7">
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
7 <install version="1.0">
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
8 <actions>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
9 <action type="download_by_url">http://downloads.sourceforge.net/project/bowtie-bio/bowtie2/2.0.0-beta7/bowtie2-2.0.0-beta7-source.zip</action>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
10 <action type="shell_command">make</action>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
11 <action type="move_file">
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
12 <source>bowtie2</source>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
13 <destination>$INSTALL_DIR/bin</destination>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
14 </action>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
15 <action type="move_file">
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
16 <source>bowtie2-align</source>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
17 <destination>$INSTALL_DIR/bin</destination>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
18 </action>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
19 <action type="move_file">
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
20 <source>bowtie2-build</source>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
21 <destination>$INSTALL_DIR/bin</destination>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
22 </action>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
23 <action type="shell_command">chmod +x $INSTALL_DIR/bin/bowtie2</action>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
24 <action type="set_environment">
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
25 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
26 </action>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
27 </actions>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
28 </install>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
29 <readme>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
30 Compiling bowtie2 requires zlib and libpthread to be present on your system.
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
31 </readme>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
32 </package>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
33 <package name="bowtie" version="0.12.8">
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
34 <install version="1.0">
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
35 <actions>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
36 <action type="download_by_url">http://downloads.sourceforge.net/project/bowtie-bio/bowtie/0.12.8/bowtie-0.12.8-src.zip</action>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
37 <action type="shell_command">make</action>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
38 <action type="move_file">
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
39 <source>bowtie</source>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
40 <destination>$INSTALL_DIR/bin</destination>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
41 </action>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
42 <action type="move_file">
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
43 <source>bowtie-inspect</source>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
44 <destination>$INSTALL_DIR/bin</destination>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
45 </action>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
46 <action type="move_file">
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
47 <source>bowtie-build</source>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
48 <destination>$INSTALL_DIR/bin</destination>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
49 </action>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
50 <action type="set_environment">
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
51 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
52 </action>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
53 </actions>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
54 </install>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
55 <readme>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
56 </readme>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
57 </package>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
58 </tool_dependency>
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
59
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
60
183de9d00131 add indices.loc files
bjoern-gruening
parents:
diff changeset
61