Mercurial > repos > iuc > tn93
diff tn93.xml @ 2:b38f620a3628 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit 98c0d716cbd1237ae735ce83e0153ee246abd5d8"
author | iuc |
---|---|
date | Wed, 20 Apr 2022 16:59:49 +0000 |
parents | ccebde0e2d61 |
children | 2fd21f5b16bc |
line wrap: on
line diff
--- a/tn93.xml Fri Apr 23 03:05:33 2021 +0000 +++ b/tn93.xml Wed Apr 20 16:59:49 2022 +0000 @@ -1,11 +1,9 @@ -<tool id="tn93" name="TN93" version="@VERSION@"> +<tool id="tn93" name="TN93" version="@TOOL_VERSION@+galaxy1"> <description>compute distances between aligned sequences</description> <macros> <import>macros.xml</import> </macros> - <requirements> - <requirement type="package" version="@VERSION@">tn93</requirement> - </requirements> + <expand macro="requirements" /> <version_command><![CDATA[tn93 --version]]></version_command> <command detect_errors="exit_code"><![CDATA[ tn93 @@ -36,7 +34,7 @@ </param> <when value="defaults" /> <when value="advanced"> - <param name="threshold" type="float" value="0.015" label="Only report distances below this threshold" /> + <param name="threshold" type="float" value="0.015" min="0" max="1" label="Only report distances below this threshold" /> <param name="ambigs" argument="-a" type="select" label="Strategy for ambiguous nucleotides"> <option value="handle">handle</option> <option value="resolve">resolve</option>