Mercurial > repos > dfornika > augur
comparison augur_tree.xml @ 1:892c6690a1e8 draft default tip
planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit a71ecf1b4a86227084935c6f60dfd130b7d0997b-dirty
| author | dfornika |
|---|---|
| date | Mon, 08 Apr 2019 13:27:08 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:20ad934c5536 | 1:892c6690a1e8 |
|---|---|
| 1 <tool id="augur_tree" name="augur tree" version="@TOOL_VERSION@+galaxy0"> | |
| 2 <description></description> | |
| 3 <macros> | |
| 4 <import>macros.xml</import> | |
| 5 </macros> | |
| 6 <requirements> | |
| 7 <requirement type="package" version="@TOOL_VERSION@">augur</requirement> | |
| 8 </requirements> | |
| 9 <version_command>augur --version</version_command> | |
| 10 <command detect_errors="exit_code"><![CDATA[ | |
| 11 augur tree | |
| 12 ]]></command> | |
| 13 <inputs> | |
| 14 </inputs> | |
| 15 <outputs> | |
| 16 </outputs> | |
| 17 <tests> | |
| 18 <test> | |
| 19 </test> | |
| 20 </tests> | |
| 21 <help><![CDATA[ | |
| 22 ]]></help> | |
| 23 <expand macro="citations" /> | |
| 24 </tool> |
