Mercurial > repos > iuc > trinity_run_de_analysis
diff macros.xml @ 0:0b06ab8d5f88 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1599ee1b8e873cf0e40d4a63bb7c734317db4eed
| author | iuc |
|---|---|
| date | Mon, 01 Aug 2016 11:52:05 -0400 |
| parents | |
| children | 2a30d7dfe8de |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Aug 01 11:52:05 2016 -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>
