annotate tool_dependencies.xml @ 1:54855bd8d107 draft default tip

First attempt to get tool_dependencies.xml right.
author cjav
date Wed, 20 Mar 2013 17:07:14 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
1 <?xml version="1.0"?>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
2 <tool_dependency>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
3 <package name="smalt" version="0.7.3">
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
4 <install version="1.0">
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
5 <actions>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
6 <action type="download_by_url">ftp://ftp.sanger.ac.uk/pub4/resources/software/smalt/smalt-0.7.3.tgz</action>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
7 <action type="move_file">
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
8 <source>smalt_x86_64</source>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
9 <destination>$INSTALL_DIR/bin</destination>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
10 </action>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
11 <action type="move_file">
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
12 <source>smalt_i686</source>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
13 <destination>$INSTALL_DIR/bin</destination>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
14 </action>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
15 <action type="set_environment">
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
17 </action>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
18 </actions>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
19 </install>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
20 <readme>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
21 Upstream authors only provide binaries so far. This tool dependency definition will install both Linux binaries(i686/x86_64) and the wrapper will try to use the right one by using 'smalt_`uname -i`'.
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
22 </readme>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
23 </package>
54855bd8d107 First attempt to get tool_dependencies.xml right.
cjav
parents:
diff changeset
24 </tool_dependency>