Mercurial > repos > iuc > samples_qccheck
view macros.xml @ 0:d02ec0323dda draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit baff3f60cf4a039a74091e24b3453f4499cfaf02
| author | iuc |
|---|---|
| date | Wed, 27 Jul 2016 08:42:42 -0400 |
| parents | |
| children |
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>
