comparison pangolin.xml @ 27:03ed9524dcd1 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pangolin commit 533e4f638fe88be437066f2acb7aa2de710b8e2f
author iuc
date Sun, 15 Jan 2023 12:35:01 +0000
parents 007ffbb11881
children 9d61d3fa046c
comparison
equal deleted inserted replaced
26:007ffbb11881 27:03ed9524dcd1
1 <tool id="pangolin" name="Pangolin" version="@TOOL_VERSION@+galaxy0" profile="20.01"> 1 <tool id="pangolin" name="Pangolin" version="@TOOL_VERSION@+galaxy0" profile="20.01">
2 <description>Phylogenetic Assignment of Outbreak Lineages</description> 2 <description>Phylogenetic Assignment of Outbreak Lineages</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">4.1.3</token> 4 <token name="@TOOL_VERSION@">4.2</token>
5 <token name="@PANGOLIN_DATA_VERSION@">1.17</token> 5 <token name="@PANGOLIN_DATA_VERSION@">1.17</token>
6 <token name="@CONSTELLATIONS_VERSION@">0.1.10</token> 6 <token name="@CONSTELLATIONS_VERSION@">0.1.10</token>
7 <token name="@MIN_COMPATIBLE_PANGOLIN_DATA_FORMAT@">4</token> 7 <token name="@MIN_COMPATIBLE_PANGOLIN_DATA_FORMAT@">4</token>
8 <!-- a regex describing the scorpio versions that this wrapper version 8 <!-- a regex describing the scorpio versions that this wrapper version
9 is backwards-compatible with; can be used with the min_scorpio_version 9 is backwards-compatible with; can be used with the min_scorpio_version
194 ]]></command> 194 ]]></command>
195 <inputs> 195 <inputs>
196 <param type="data" name="input1" format="fasta,fasta.gz" label="Input FASTA File(s)" /> 196 <param type="data" name="input1" format="fasta,fasta.gz" label="Input FASTA File(s)" />
197 <conditional name="engine"> 197 <conditional name="engine">
198 <param argument="--analysis-mode" type="select" label="Analysis mode" 198 <param argument="--analysis-mode" type="select" label="Analysis mode"
199 help="The analysis engine to use for lineage assignment. UShER is considered more accurate; pangoLEARN typically requires more memory, but might be faster in some cases."> 199 help="The analysis engine to use for lineage assignment. Note: In this version, UShER mode is implemented through the usher-sampled algorithm of UShER. If you prefer to run the original usher algorithm, please use version 4.1.3 of the tool.">
200 <option value="usher">UShER</option> 200 <option value="usher">UShER</option>
201 <option value="pangolearn">pangoLEARN</option> 201 <option value="pangolearn">pangoLEARN</option>
202 </param> 202 </param>
203 <when value="usher"> 203 <when value="usher">
204 <expand macro="pangolin_data_sources"> 204 <expand macro="pangolin_data_sources">