comparison tool_dependencies.xml @ 13:f9055d7c7f5c draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 30fc154996d5b06016cb2425ec4d507cf21edc73
author bgruening
date Sun, 12 Mar 2017 09:57:51 -0400
parents 9f6bbbde363c
children d7f4e266d55e
comparison
equal deleted inserted replaced
12:9f6bbbde363c 13:f9055d7c7f5c
3 <package name="methyldackel" version="0.2.1"> 3 <package name="methyldackel" version="0.2.1">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action target_filename="MethylDackel-0.2.1.tar.gz" type="download_by_url">https://github.com/dpryan79/MethylDackel/archive/0.2.1.tar.gz</action> 6 <action target_filename="MethylDackel-0.2.1.tar.gz" type="download_by_url">https://github.com/dpryan79/MethylDackel/archive/0.2.1.tar.gz</action>
7 <action type="shell_command">make</action> 7 <action type="shell_command">make</action>
8 <action type="shell_command">mkdir $INSTALL_DIR/bin</action>
8 <action type="shell_command">make install prefix=$INSTALL_DIR/bin/</action> 9 <action type="shell_command">make install prefix=$INSTALL_DIR/bin/</action>
9 <action type="set_environment"> 10 <action type="set_environment">
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable> 11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable>
11 <environment_variable name="METHYLDACKEL_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> 12 <environment_variable name="METHYLDACKEL_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
12 </action> 13 </action>