13
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <set_environment version="1.0">
|
|
4 <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
5 </set_environment>
|
|
6 <package name="peakranger" version="1.16">
|
|
7 <install version="1.0">
|
|
8 <actions>
|
21
|
9 <action type="download_by_url">http://data.modencode.org/modENCODE_Galaxy/tarballs/peakranger.tar?raw=true</action>
|
13
|
10 <action type="shell_command">chmod ago+x peakranger</action>
|
|
11 <action type="move_file">
|
|
12 <source>peakranger</source>
|
|
13 <destination>$INSTALL_DIR/bin</destination>
|
|
14 </action>
|
|
15 <action type="set_environment">
|
|
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
17 </action>
|
|
18 </actions>
|
|
19 </install>
|
|
20 <readme></readme>
|
|
21 </package>
|
|
22 </tool_dependency>
|