Mercurial > repos > iuc > describe_samples
diff macros.xml @ 0:b30e92575301 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
| author | iuc |
|---|---|
| date | Fri, 18 Nov 2016 06:06:02 -0500 |
| parents | |
| children | 7b97e136ad8b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Nov 18 06:06:02 2016 -0500 @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="2.2.0">trinity</requirement> + <yield/> + </requirements> + </xml> + + <token name="@WRAPPER_VERSION@">2.2.0</token> + + <xml name="stdio"> + <stdio> + <exit_code range="1:" level="fatal" description="Error in Trinity execution" /> + </stdio> + </xml> + + <xml name="citation"> + <citations> + <citation type="doi">10.1038/nbt.1883</citation> + </citations> + </xml> +</macros>
