comparison tool_dependencies.xml @ 0:694e1927751d draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/package/package_meme_4_10_0 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author iuc
date Tue, 19 May 2015 14:59:21 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:694e1927751d
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="libxslt" version="1.1.28">
4 <repository changeset_revision="039b04adcfee" name="package_libxslt_1_1_28" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="meme" version="4.10.0_4">
7 <install version="1.0">
8 <actions_group>
9 <actions architecture="x86_64" os="linux">
10 <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/meme/meme-4.10.0_4-Linux-x86_64.tgz</action>
11 <action type="move_directory_files">
12 <source_directory>.</source_directory>
13 <destination_directory>$INSTALL_DIR</destination_directory>
14 </action>
15 </actions>
16 <actions architecture="x86_64" os="darwin">
17 <action type="download_by_url">https://depot.galaxyproject.org/package/darwin/x86_64/meme/meme-4.10.0_4-Darwin-x86_64.tgz</action>
18 <action type="move_directory_files">
19 <source_directory>.</source_directory>
20 <destination_directory>$INSTALL_DIR</destination_directory>
21 </action>
22 </actions>
23 <actions>
24 <action type="set_environment_for_install">
25 <repository changeset_revision="039b04adcfee" name="package_libxslt_1_1_28" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
26 <package name="libxslt" version="1.1.28" />
27 </repository>
28 </action>
29 <action type="download_by_url">http://ebi.edu.au/ftp/software/MEME/4.10.0/meme_4.10.0_4.tar.gz</action>
30 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
31 <action type="shell_command">make</action>
32 <action type="shell_command">make install</action>
33 </actions>
34 <action type="set_environment">
35 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
36 </action>
37 </actions_group>
38 </install>
39 <readme>
40 </readme>
41 </package>
42 </tool_dependency>