Mercurial > repos > iuc > transtermhp
comparison macros.xml @ 0:c28817831a24 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transtermhp commit 799339e22181d28cb2b145454d353d6025779636
author | iuc |
---|---|
date | Fri, 09 Oct 2015 09:22:42 -0400 |
parents | |
children | 1a1ec22a7e28 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c28817831a24 |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <xml name="requirements"> | |
4 <requirements> | |
5 <requirement type="package" version="2.09">transtermhp</requirement> | |
6 <requirement type="package" version="1.65">biopython</requirement> | |
7 <requirement type="package" version="0.6.2">bcbiogff</requirement> | |
8 <yield/> | |
9 </requirements> | |
10 </xml> | |
11 <token name="@WRAPPER_VERSION@">2.09</token> | |
12 <xml name="stdio"> | |
13 <stdio> | |
14 <!-- Anything other than zero is an error --> | |
15 <exit_code range="1:"/> | |
16 <exit_code range=":-1"/> | |
17 <!-- In case the return code has not been set propery check stderr too --> | |
18 <regex match="Error:"/> | |
19 <regex match="Exception:"/> | |
20 </stdio> | |
21 </xml> | |
22 <!--<xml name="in_fq">--> | |
23 <!--<param name="in_file" type="data" format="fastq" label="Input FASTQ file"/>--> | |
24 <!--</xml>--> | |
25 </macros> |