Mercurial > repos > iuc > genetrack
view genetrack_macros.xml @ 3:41887967ef14 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/genetrack commit 19ea4feff5ccf3744c549b9a67259947a1cb90ba
author | iuc |
---|---|
date | Sat, 21 Jan 2017 14:41:43 -0500 |
parents | df7ac50ade5d |
children | b41a4bb828a3 |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <macros> <token name="@WRAPPER_VERSION@">1.0</token> <xml name="requirements"> <requirements> <requirement type="package" version="1.11.3">numpy</requirement> </requirements> </xml> <xml name="stdio"> <stdio> <exit_code range="1:"/> <exit_code range=":-1"/> <regex match="Error:"/> <regex match="Exception:"/> </stdio> </xml> <xml name="citations"> <citations> <citation type="doi">10.1093/bioinformatics/btn119</citation> </citations> </xml> </macros>