Mercurial > repos > iuc > iqtree
changeset 12:9b892d7f82cc draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit 3b1c44e42b042ccbbe2d9e01c77d18f109d4984f"
author | iuc |
---|---|
date | Sat, 27 Nov 2021 09:45:09 +0000 |
parents | 563c3aa769f2 |
children | 24d024316465 |
files | iqtree.xml iqtree_macros.xml |
diffstat | 2 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/iqtree.xml Mon Sep 27 15:55:35 2021 +0000 +++ b/iqtree.xml Sat Nov 27 09:45:09 2021 +0000 @@ -1,7 +1,6 @@ -<tool id="iqtree" name="IQ-TREE" version="@TOOL_VERSION@+@VERSION_SUFFIX@" > +<tool id="iqtree" name="IQ-TREE" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" > <description>Phylogenomic / evolutionary tree construction from multiple sequences</description> <macros> - <token name="@VERSION_SUFFIX@">galaxy2</token> <import>iqtree_macros.xml</import> </macros> <expand macro="requirements" /> @@ -23,7 +22,7 @@ #if $general_options.o -o '$general_options.o' #end if - +--seqtype $general_options.seqtype ## file #if $general_options.t -t '$general_options.t' @@ -545,22 +544,22 @@ </param> <when value="none" /> <when value="p"> - <param argument="-p" type="data" format="nex" optional="true" label="Partition file" /> + <param argument="-p" name="model_file" type="data" format="nex" optional="true" label="Partition file" /> <param argument="--subsample" type="integer" optional="true" label="Subsample partitions" help="Use a negative value for complement" /> <param argument="--subsample-seed" type="integer" optional="true" label="Subsampling random seed" help="Use a negative value for complement" /> </when> <when value="q"> - <param argument="-q" type="data" format="nex" optional="true" label="Partition file" /> + <param argument="-q" name="model_file" type="data" format="nex" optional="true" label="Partition file" /> <param argument="--subsample" type="integer" optional="true" label="Subsample partitions" help="Use a negative value for complement" /> <param argument="--subsample-seed" type="integer" optional="true" label="Subsampling random seed" help="Use a negative value for complement" /> </when> <when value="Q"> - <param argument="-Q" type="data" format="nex" optional="true" label="Partition file" /> + <param argument="-Q" name="model_file" type="data" format="nex" optional="true" label="Partition file" /> <param argument="--subsample" type="integer" optional="true" label="Subsample partitions" help="Use a negative value for complement" /> <param argument="--subsample-seed" type="integer" optional="true" label="Subsampling random seed" help="Use a negative value for complement" /> </when> <when value="S"> - <param argument="-S" type="data" format="nex" optional="true" label="Partition file" /> + <param argument="-S" name="model_file" type="data" format="nex" optional="true" label="Partition file" /> <param argument="--subsample" type="integer" optional="true" label="Subsample partitions" help="Use a negative value for complement" /> <param argument="--subsample-seed" type="integer" optional="true" label="Subsampling random seed" help="Use a negative value for complement" /> </when> @@ -705,7 +704,7 @@ <tests> <test expect_num_outputs="5"> <param name="seed" value="1257" /> - <param name="seqtype" value="AA" /> + <param name="seqtype" value="DNA" /> <param name="s" value="example.phy" /> <param name="m" value="TEST" /> <param name="msub" value="nuclear" /> @@ -751,7 +750,7 @@ <test expect_num_outputs="5"> <!-- bootstrap sans model --> <param name="seed" value="1257" /> - <param name="seqtype" value="AA" /> + <param name="seqtype" value="DNA" /> <param name="s" value="example.phy" /> <!-- <param name="m" value="TESTONLY" /> --> <param name="msub" value="nuclear" /> @@ -785,7 +784,7 @@ <test expect_num_outputs="5"> <!-- model sans bootstrap --> <param name="seed" value="1257" /> - <param name="seqtype" value="AA" /> + <param name="seqtype" value="DNA" /> <param name="s" value="example.phy" /> <param name="m" value="TESTONLY" /> <param name="msub" value="nuclear" />