Mercurial > repos > iuc > genetrack
comparison genetrack_macros.xml @ 4:b41a4bb828a3 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genetrack commit 2772547f531819d3f6d892ed041fa39b82e3550f
author | iuc |
---|---|
date | Wed, 05 Jul 2017 11:56:54 -0400 |
parents | df7ac50ade5d |
children |
comparison
equal
deleted
inserted
replaced
3:41887967ef14 | 4:b41a4bb828a3 |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version='1.0' encoding='UTF-8'?> |
2 <macros> | 2 <macros> |
3 <token name="@WRAPPER_VERSION@">1.0</token> | 3 <token name="@WRAPPER_VERSION@">1.0</token> |
4 <xml name="requirements"> | 4 <xml name="requirements"> |
5 <requirements> | 5 <requirements> |
6 <requirement type="package" version="1.11.3">numpy</requirement> | 6 <requirement type="package" version="1.13.0">numpy</requirement> |
7 <requirement type="package" version="1.10.0">six</requirement> | |
7 </requirements> | 8 </requirements> |
8 </xml> | |
9 <xml name="stdio"> | |
10 <stdio> | |
11 <exit_code range="1:"/> | |
12 <exit_code range=":-1"/> | |
13 <regex match="Error:"/> | |
14 <regex match="Exception:"/> | |
15 </stdio> | |
16 </xml> | 9 </xml> |
17 <xml name="citations"> | 10 <xml name="citations"> |
18 <citations> | 11 <citations> |
19 <citation type="doi">10.1093/bioinformatics/btn119</citation> | 12 <citation type="doi">10.1093/bioinformatics/btn119</citation> |
20 </citations> | 13 </citations> |