annotate tool_dependencies.xml @ 0:26aa038b4ce1 draft default tip

Imported from capsule None
author bgruening
date Tue, 11 Mar 2014 14:07:16 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
1 <?xml version="1.0"?>
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
2 <tool_dependency>
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
3 <package name="bwa" version="0.7.7">
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
4 <install version="1.0">
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
5 <actions>
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
6 <action type="download_by_url">http://downloads.sourceforge.net/project/bio-bwa/bwa-0.7.7.tar.bz2</action>
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
7 <action type="shell_command">make</action>
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
8 <action type="move_file">
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
9 <source>bwa</source>
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
10 <destination>$INSTALL_DIR/bin</destination>
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
11 </action>
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
12 <action type="set_environment">
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
14 </action>
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
15 </actions>
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
16 </install>
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
17 </package>
26aa038b4ce1 Imported from capsule None
bgruening
parents:
diff changeset
18 </tool_dependency>