Mercurial > repos > iuc > revoluzer_crex
diff macros.xml @ 0:e0b7c98f29bb draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
author | iuc |
---|---|
date | Tue, 19 Mar 2024 14:29:10 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Mar 19 14:29:10 2024 +0000 @@ -0,0 +1,18 @@ +<macros> + <token name="@TOOL_VERSION@">0.1.6</token> + <token name="@VERSION_SUFFIX@">0</token> + <xml name="biotools"> + <xrefs> + <xref type="bio.tools">revoluzer</xref> + </xrefs> + </xml> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">revoluzer</requirement> + </requirements> + </xml> + <token name="@INPUT_FORMAT@"><![CDATA[ +Input is a gene order FASTA file. Instead of the sequence a space separated list of gene names +is given that may be prefixed with a minus sign to mark genes that are on the other strand. + ]]></token> +</macros> \ No newline at end of file