diff funannotate_clean.xml @ 12:5c09ad60911c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/funannotate commit 8341270dd36185ebf59d15282bc79f1215e936a4
author iuc
date Fri, 07 Mar 2025 22:34:18 +0000 (2 months ago)
parents 989f7c061f35
children
line wrap: on
line diff
--- a/funannotate_clean.xml	Wed Jun 26 09:41:06 2024 +0000
+++ b/funannotate_clean.xml	Fri Mar 07 22:34:18 2025 +0000
@@ -21,9 +21,9 @@
     <inputs>
         <param argument="--input" type="data" format="fasta" label="Assembly to clean" />
 
-        <param argument="--pident" type="integer" value="95" label="Percent identity of overlap" />
-        <param argument="--cov" type="integer" value="95" label="Percent coverage of overlap" />
-        <param argument="--minlen" type="integer" value="500" label="Minimum length of contig to keep" />
+        <param argument="--pident" type="integer" value="95" min="0" max="100" label="Percent identity of overlap" />
+        <param argument="--cov" type="integer" value="95" min="0" max="100" label="Percent coverage of overlap" />
+        <param argument="--minlen" type="integer" min="0" value="500" label="Minimum length of contig to keep" />
 
         <param argument="--exhaustive" type="boolean" checked="false" truevalue="--exhaustive" falsevalue="" label="Test every contig" help="Default is to stop at N50 value" />
     </inputs>