annotate tool_dependencies.xml @ 1:6d7b8769237e draft default tip

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