comparison phylogeny_gene_order.xml @ 12:bb4b8932ccdc draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
author gga
date Thu, 11 Jul 2019 08:34:02 -0400
parents 9efb6d4ed19b
children 954d702c935e
comparison
equal deleted inserted replaced
11:9efb6d4ed19b 12:bb4b8932ccdc
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="phylogeny_gene_order" name="Chado gene ordering" version="@WRAPPER_VERSION@.0"> 2 <tool id="phylogeny_gene_order" name="Chado gene ordering" version="@WRAPPER_VERSION@.1">
3 <description>for phylogeny module</description> 3 <description>for phylogeny module</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
12 12
13 $nuke 13 $nuke
14 14
15 > '$results' 15 > '$results'
16 16
17 && @ZIP_PSQL@ 17 @ZIP_PSQL@
18 ]]></command> 18 ]]></command>
19 <inputs> 19 <inputs>
20 <expand macro="psql_target"/> 20 <expand macro="psql_target"/>
21 <!-- options --> 21 <!-- options -->
22 <param name="nuke" label="Nuke" argument="--nuke" type="boolean" truevalue="--nuke" falsevalue="" help="Removes all previous gene ordering data" /> 22 <param name="nuke" label="Nuke" argument="--nuke" type="boolean" truevalue="--nuke" falsevalue="" help="Removes all previous gene ordering data" />