Mercurial > repos > bgruening > augustus_training
view macros.xml @ 7:f1e653756174 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit fbd55928544683a7f7e6e10dadabe698bc71b0e4
author | iuc |
---|---|
date | Fri, 04 Oct 2024 11:32:17 +0000 |
parents | dc027fa56d55 |
children |
line wrap: on
line source
<?xml version="1.0"?> <macros> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">augustus</requirement> <yield /> </requirements> </xml> <token name="@TOOL_VERSION@">3.4.0</token> <token name="@VERSION_SUFFIX@">2</token> <token name="@PROFILE@">23.1</token> <xml name="citations"> <citations> <citation type="doi">10.1093/bioinformatics/btg1080</citation> <citation type="doi">10.1093/bioinformatics/btr010</citation> <citation type="doi">10.1093/bioinformatics/btn013</citation> </citations> </xml> </macros>