Mercurial > repos > iuc > seqtk
comparison seqtk_hety.xml @ 9:4b494533146a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 2f75805e2e6cfa2af15076e6f4929b87631360a6
author | iuc |
---|---|
date | Sat, 09 Dec 2023 11:14:21 +0000 |
parents | 3da72230c066 |
children |
comparison
equal
deleted
inserted
replaced
8:3da72230c066 | 9:4b494533146a |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="seqtk_hety" name="seqtk_hety" version="@TOOL_VERSION@.1"> | 2 <tool id="seqtk_hety" name="seqtk_hety" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> |
3 <description>regional heterozygosity</description> | 3 <description>regional heterozygosity</description> |
4 <expand macro="bio_tools"/> | |
5 <macros> | 4 <macros> |
6 <import>macros.xml</import> | 5 <import>macros.xml</import> |
7 </macros> | 6 </macros> |
7 <expand macro="bio_tools"/> | |
8 <expand macro="requirements"> | 8 <expand macro="requirements"> |
9 <requirement type="package" version="@AWK_VERSION@">gawk</requirement> | 9 <requirement type="package" version="@AWK_VERSION@">gawk</requirement> |
10 </expand> | 10 </expand> |
11 <expand macro="stdio"/> | 11 <expand macro="stdio"/> |
12 <command><![CDATA[ | 12 <command><![CDATA[ |
22 <param argument="-w" type="integer" value="50000" label="Window size" /> | 22 <param argument="-w" type="integer" value="50000" label="Window size" /> |
23 <param argument="-t" type="integer" value="5" label="# start positions in a window" /> | 23 <param argument="-t" type="integer" value="5" label="# start positions in a window" /> |
24 <param argument="-m" type="boolean" truevalue="-m" falsevalue="" checked="false" label="Treat lowercases as masked" /> | 24 <param argument="-m" type="boolean" truevalue="-m" falsevalue="" checked="false" label="Treat lowercases as masked" /> |
25 </inputs> | 25 </inputs> |
26 <outputs> | 26 <outputs> |
27 <data name="default" format="tabular" label="Heterozygous regions in $in_file.name"/> | 27 <data name="default" format="tabular" label="${tool.name} on ${on_string}: Heterozygous regions"/> |
28 </outputs> | 28 </outputs> |
29 <tests> | 29 <tests> |
30 <test> | 30 <test> |
31 <param name="in_file" value="seqtk_hety.fa"/> | 31 <param name="in_file" value="seqtk_hety.fa"/> |
32 <param name="w" value="8"/> | 32 <param name="w" value="8"/> |