Mercurial > repos > iuc > biom_convert
diff macros.xml @ 0:501c21cce614 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 01bf97e10e5491ec878cca24495d8125449dfc1e
author | iuc |
---|---|
date | Tue, 07 Jun 2016 17:26:00 -0400 |
parents | |
children | 0de92f0b96ef |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Jun 07 17:26:00 2016 -0400 @@ -0,0 +1,24 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="2.1.5">biom-format</requirement> + <yield/> + </requirements> + </xml> + <token name="@VERSION@">2.1.5</token> + <xml name="stdio"> + <stdio> + <exit_code range="1:" /> + <exit_code range=":-1" /> + </stdio> + </xml> + <xml name="version_command"> + <version_command>biom --version</version_command> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1186/2047-217X-1-7</citation> + <yield/> + </citations> + </xml> +</macros>