comparison tool_dependencies.xml @ 0:93017e8743e5 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_express_1_5_1 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author iuc
date Tue, 19 May 2015 14:58:09 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:93017e8743e5
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="eXpress" version="1.5.1">
4 <install version="1.0">
5 <actions_group>
6 <actions os="linux" architecture="x86_64">
7 <action type="download_by_url">http://bio.math.berkeley.edu/eXpress/downloads/express-1.5.1/express-1.5.1-linux_x86_64.tgz</action>
8 <action type="move_directory_files">
9 <source_directory>.</source_directory>
10 <destination_directory>$INSTALL_DIR/bin</destination_directory>
11 </action>
12 </actions>
13 <actions os="darwin" architecture="x86_64">
14 <action type="download_by_url">http://bio.math.berkeley.edu/eXpress/downloads/express-1.5.1/express-1.5.1-macosx_x86_64.tgz</action>
15 <action type="move_directory_files">
16 <source_directory>.</source_directory>
17 <destination_directory>$INSTALL_DIR/bin</destination_directory>
18 </action>
19 </actions>
20 <actions>
21 <action type="download_by_url">http://bio.math.berkeley.edu/eXpress/downloads/express-1.5.1/express-1.5.1-src.tgz</action>
22 <action type="shell_command">cmake src -DCMAKE_INSTALL_PREFIX:PATH=$INSTALL_DIR</action>
23 <action type="shell_command">make &amp;&amp; make install</action>
24 </actions>
25 <action type="set_environment">
26 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
27 </action>
28 </actions_group>
29 </install>
30 <readme></readme>
31 </package>
32 </tool_dependency>