comparison tool_dependencies.xml @ 1:d1b66015effd draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit fc3727b1b39cd5654a523d03e0df2b9ac87ddcda
author bgruening
date Wed, 21 Sep 2016 13:37:19 -0400
parents 65575e70af7e
children f112bf3dd5ff
comparison
equal deleted inserted replaced
0:65575e70af7e 1:d1b66015effd
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="pileometh" version="0.1.5"> 3 <package name="pileometh" version="0.1.13">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action target_filename="PileOMeth-0.1.5.tar.gz" type="download_by_url">https://github.com/dpryan79/PileOMeth/archive/0.1.5.tar.gz</action> 6 <action target_filename="PileOMeth-0.1.13.tar.gz" type="download_by_url">https://github.com/dpryan79/PileOMeth/archive/0.1.13.tar.gz</action>
7 <action type="shell_command">make</action> 7 <action type="shell_command">make</action>
8 <action type="shell_command">make install prefix=$INSTALL_DIR</action> 8 <action type="shell_command">make install prefix=$INSTALL_DIR/bin</action>
9 <action type="set_environment"> 9 <action type="set_environment">
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
11 <environment_variable name="PILEOMETH_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> 11 <environment_variable name="PILEOMETH_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
12 </action> 12 </action>
13 </actions> 13 </actions>
14 </install> 14 </install>
15 <readme> 15 <readme>