Mercurial > repos > iuc > trinity_analyze_diff_expr
view macros.xml @ 1:1374bfc02317 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit b9a2194247d728ef4d5a3c5511aa6ea63e9b2bcb
| author | iuc |
|---|---|
| date | Tue, 13 Dec 2016 14:26:44 -0500 |
| parents | 226e9a2972fd |
| children | c5f3ad2e0051 |
line wrap: on
line source
<?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>
