Mercurial > repos > fubar > package_rnastar_2_3_1z
comparison tool_dependencies.xml @ 0:0fa7feb9b4a8 draft default tip
Uploaded
author | fubar |
---|---|
date | Wed, 05 Mar 2014 18:51:11 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0fa7feb9b4a8 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="rnastar" version="2.3.1z"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">ftp://ftp2.cshl.edu/gingeraslab/tracks/STARrelease/Alpha/STAR_2.3.1z.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 |