Mercurial > repos > iuc > funannotate_clean
diff funannotate_clean.xml @ 9:85871527297f 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:29:24 +0000 |
| parents | 959a44939c4e |
| children |
line wrap: on
line diff
--- a/funannotate_clean.xml Wed Jun 26 09:37:01 2024 +0000 +++ b/funannotate_clean.xml Fri Mar 07 22:29:24 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>
