Mercurial > repos > gga > chado_phylogeny_gene_order
view phylogeny_gene_order.xml @ 10:cba2274d1463 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 35c5eff77b573a66f3611b4906417df9a440c857
author | gga |
---|---|
date | Tue, 05 Mar 2019 05:12:06 -0500 |
parents | 38998568205a |
children | 9efb6d4ed19b |
line wrap: on
line source
<?xml version="1.0"?> <tool id="phylogeny_gene_order" name="Chado gene ordering" version="@WRAPPER_VERSION@.0"> <description>for phylogeny module</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"/> <command detect_errors="aggressive"><![CDATA[ @AUTH@ chakin phylogeny gene_order $nuke > '$results' ]]></command> <inputs> <!-- options --> <param name="nuke" label="Nuke" argument="--nuke" type="boolean" truevalue="--nuke" falsevalue="" help="Removes all previous gene ordering data" /> <expand macro="wait_for"/> </inputs> <outputs> <data format="txt" name="results"/> </outputs> <help> Orders all the genes in the database by their order on their respective chromosomes in the gene_order table (for use in https://github.com/legumeinfo/lis_context_viewer/). @HELP@ </help> </tool>