Mercurial > repos > bgruening > pileometh
comparison tool_dependencies.xml @ 0:65575e70af7e draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 033c712216994524fdd120b771052ac4ca9e51c0-dirty
author | bgruening |
---|---|
date | Fri, 18 Sep 2015 11:39:55 -0400 |
parents | |
children | d1b66015effd |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:65575e70af7e |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="pileometh" version="0.1.5"> | |
4 <install version="1.0"> | |
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> | |
7 <action type="shell_command">make</action> | |
8 <action type="shell_command">make install prefix=$INSTALL_DIR</action> | |
9 <action type="set_environment"> | |
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
11 <environment_variable name="PILEOMETH_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
12 </action> | |
13 </actions> | |
14 </install> | |
15 <readme> | |
16 <![CDATA[ | |
17 PileOMeth: A tool for processing bisulfite sequencing alignments. | |
18 See https://github.com/dpryan79/PileOMeth/ | |
19 ]]> | |
20 </readme> | |
21 </package> | |
22 </tool_dependency> |