Mercurial > repos > iuc > trinity_contig_exn50_statistic
diff macros.xml @ 0:d18ba611f741 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
| author | iuc |
|---|---|
| date | Thu, 23 Mar 2017 10:14:35 -0400 |
| parents | |
| children | c100bfc83d6a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Mar 23 10:14:35 2017 -0400 @@ -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>
