Mercurial > repos > m-zytnicki > mmquant
diff tool_dependencies.xml @ 0:60abb6540004 draft
planemo upload commit fb76aa0a938a2498d3206e6039bc1d9906e6c2ce-dirty
author | m-zytnicki |
---|---|
date | Thu, 11 Aug 2016 03:26:32 -0400 |
parents | |
children | 6de4f428ef5f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Aug 11 03:26:32 2016 -0400 @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="mmquant" version="0.1.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://bitbucket.org/mzytnicki/multi-mapping-counter/get/master.zip</action> + <action type="shell_command">g++ mmquant.cpp -Wall -pthread -std=c++11 -lz -o mmquant -O3</action> + <action type="move_file"> + <source>mmquant</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + Compiling mmquant requires a C++11 compiler, and zlib. + </readme> + </package> +</tool_dependency>