Mercurial > repos > chrisd > rarefaction_analyzer
comparison tool_dependencies.xml @ 0:a746ded53514 draft default tip
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/rarefactionanalyzer commit e5dfdf9aa83af409ee99a0259ceb23b305b8f949
| author | chrisd |
|---|---|
| date | Sun, 09 Oct 2016 06:40:49 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:a746ded53514 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="rarefactionanalyzer" version="0.1"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="shell_command">git clone --recursive https://github.com/cdeanj/rarefactionanalyzer</action> | |
| 7 <action type="shell_command">make</action> | |
| 8 <action type="move_file"> | |
| 9 <source>rarefaction</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>Compiling rarefaction_analyzer requires a C++ compiler</readme> | |
| 18 </package> | |
| 19 </tool_dependency> |
