Mercurial > repos > bgruening > pileometh
view tool_dependencies.xml @ 12:9f6bbbde363c draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 2953c88908606f4f22b3987bc4ba29bdb4c30479
author | bgruening |
---|---|
date | Sun, 12 Mar 2017 06:15:44 -0400 |
parents | 68cd9006e91c |
children | f9055d7c7f5c |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="methyldackel" version="0.2.1"> <install version="1.0"> <actions> <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> <action type="shell_command">make</action> <action type="shell_command">make install prefix=$INSTALL_DIR/bin/</action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable> <environment_variable name="METHYLDACKEL_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> <![CDATA[ MethylDackel: A tool for processing bisulfite sequencing alignments. See https://github.com/dpryan79/MethylDackel/ ]]> </readme> </package> </tool_dependency>