Mercurial > repos > chrisd > snipfinder
diff tool_dependencies.xml @ 2:c5085b1ad596 draft
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
author | chrisd |
---|---|
date | Fri, 05 Aug 2016 11:30:58 -0400 |
parents | d9be5a7e70f5 |
children |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Jun 30 02:39:23 2016 -0400 +++ b/tool_dependencies.xml Fri Aug 05 11:30:58 2016 -0400 @@ -1,12 +1,12 @@ <?xml version="1.0"?> <tool_dependency> - <package name="snp_caller" version="0.1"> + <package name="snipfinder" version="0.1"> <install version="1.0"> <actions> - <action type="shell_command">git clone --recursive https://github.com/ChrisD11/snp_caller.git</action> + <action type="shell_command">git clone --recursive https://github.com/cdeanj/snipfinder.git</action> <action type="shell_command">make</action> <action type="move_file"> - <source>snp</source> + <source>snipfinder</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="set_environment"> @@ -14,6 +14,6 @@ </action> </actions> </install> - <readme>Compiling snp finder requires a C++ compiler</readme> + <readme>Compiling snipfinder requires a C++ compiler</readme> </package> </tool_dependency>