Mercurial > repos > m-zytnicki > mmquant
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:60abb6540004 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="mmquant" version="0.1.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">https://bitbucket.org/mzytnicki/multi-mapping-counter/get/master.zip</action> | |
7 <action type="shell_command">g++ mmquant.cpp -Wall -pthread -std=c++11 -lz -o mmquant -O3</action> | |
8 <action type="move_file"> | |
9 <source>mmquant</source> | |
10 <destination>$INSTALL_DIR/bin</destination> | |
11 </action> | |
12 <action type="set_environment"> | |
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme> | |
18 Compiling mmquant requires a C++11 compiler, and zlib. | |
19 </readme> | |
20 </package> | |
21 </tool_dependency> |