annotate tool_dependencies.xml @ 3:00ab5d9c061f draft

Uploaded
author fubar
date Fri, 09 Aug 2013 05:13:04 -0400
parents f13499e0de61
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f13499e0de61 Initial commit
fubar
parents:
diff changeset
1 <?xml version="1.0"?>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
2 <tool_dependency>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
3 <package name="rnastar" version="2.3.0e">
f13499e0de61 Initial commit
fubar
parents:
diff changeset
4 <install version="1.0">
f13499e0de61 Initial commit
fubar
parents:
diff changeset
5 <actions>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
6 <action type="make_directory">$INSTALL_DIR</action>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
7 <action type="make_directory">$INSTALL_DIR/bin</action>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
8 <action type="download_by_url">https://rna-star.googlecode.com/files/STAR_2.3.0e.tgz</action>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
9 <action type="shell_command">make</action>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
10 <action type="move_file">
f13499e0de61 Initial commit
fubar
parents:
diff changeset
11 <source>STAR</source>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
12 <destination>$INSTALL_DIR/bin</destination>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
13 </action>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
14 <action type="set_environment">
f13499e0de61 Initial commit
fubar
parents:
diff changeset
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
16 </action>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
17 </actions>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
18 </install>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
19 <readme>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
20 Installs the STAR binary for rnastar - see https://code.google.com/p/rna-star/
f13499e0de61 Initial commit
fubar
parents:
diff changeset
21 </readme>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
22 </package>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
23 </tool_dependency>
f13499e0de61 Initial commit
fubar
parents:
diff changeset
24