Mercurial > repos > iuc > genetrack
view genetrack_macros.xml @ 3:ec2c42f3a541 draft
Uploaded
| author | iuc |
|---|---|
| date | Fri, 13 Jan 2017 10:44:44 -0500 |
| parents | 57bd605ae56d |
| children | 5aeb86949eae |
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>
