Mercurial > repos > iuc > trinity_gene_to_trans_map
view macros.xml @ 2:2d2e0769164c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 30192223eeb60f33a42046921351c6ba3c80c90c
author | iuc |
---|---|
date | Mon, 21 Nov 2016 09:22:49 -0500 |
parents | 83c862e77b99 |
children | 9502ad75fc87 |
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>