Mercurial > repos > bgruening > glimmer_glimmer_to_gff
diff macros.xml @ 0:650106d2da39 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/glimmer commit 37388949e348d221170659bbee547bf4ac67ef1a
author | bgruening |
---|---|
date | Tue, 28 Nov 2017 10:09:27 -0500 |
parents | |
children | 891b330ffd94 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Nov 28 10:09:27 2017 -0500 @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="3.02">glimmer</requirement> + <requirement type="package" version="1.70">biopython</requirement> + <yield/> + </requirements> + </xml> + + <token name="@WRAPPER_VERSION@">3.02</token> + + <xml name="citation"> + <citations> + <citation type="doi">10.1093/bioinformatics/btm009</citation> + </citations> + </xml> +</macros>