Mercurial > repos > bgruening > pileometh
diff tool_dependencies.xml @ 3:f112bf3dd5ff draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 5468fb89708be679e4e580074734e671f60a9648
author | bgruening |
---|---|
date | Mon, 13 Feb 2017 22:44:01 -0500 |
parents | d1b66015effd |
children | b327b539ec58 |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Feb 13 07:09:59 2017 -0500 +++ b/tool_dependencies.xml Mon Feb 13 22:44:01 2017 -0500 @@ -1,21 +1,21 @@ <?xml version="1.0"?> <tool_dependency> - <package name="pileometh" version="0.1.13"> + <package name="methyldackel" version="0.2.1"> <install version="1.0"> <actions> - <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> + <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="PILEOMETH_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> + <environment_variable name="METHYLDACKEL_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> <![CDATA[ - PileOMeth: A tool for processing bisulfite sequencing alignments. - See https://github.com/dpryan79/PileOMeth/ + MethylDackel: A tool for processing bisulfite sequencing alignments. + See https://github.com/dpryan79/MethylDackel/ ]]> </readme> </package>