0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
1
|
3 <package name="rnastar" version="2.3.0e">
|
0
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">https://rna-star.googlecode.com/files/STAR_2.3.0e.tgz</action>
|
|
7 <action type="shell_command">make</action>
|
|
8 <action type="make_directory">$INSTALL_DIR</action>
|
|
9 <action type="make_directory">$INSTALL_DIR/bin</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 <action type="set_environment">
|
|
18 <environment_variable action="set_to" name="RNA_STAR_PATH">$INSTALL_DIR/bin/STAR</environment_variable>
|
|
19 </action>
|
|
20 </actions>
|
|
21 </install>
|
|
22 <readme>
|
|
23 Installs the STAR binary for rnastar - see https://code.google.com/p/rna-star/
|
|
24 </readme>
|
|
25 </package>
|
|
26 </tool_dependency>
|
|
27
|