comparison tool_dependencies.xml @ 0:f13499e0de61 draft

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