Mercurial > repos > fubar > rnastar_2_3_0e
comparison tool_dependencies.xml @ 5:2700820cbec1 draft default tip
Uploaded
| author | fubar |
|---|---|
| date | Fri, 09 Aug 2013 04:30:15 -0400 |
| parents | 7ec5dfde90a3 |
| children |
comparison
equal
deleted
inserted
replaced
| 4:17ca51ddd516 | 5:2700820cbec1 |
|---|---|
| 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 |
