Mercurial > repos > iuc > seqtk
annotate seqtk_hety.xml @ 11:8511b6d85fc7 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit c819f01ae147fb23a1e5e91cee3626b6a19b9e03
| author | iuc |
|---|---|
| date | Wed, 09 Jul 2025 19:23:11 +0000 |
| parents | 4b494533146a |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
|
9
4b494533146a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 2f75805e2e6cfa2af15076e6f4929b87631360a6
iuc
parents:
8
diff
changeset
|
2 <tool id="seqtk_hety" name="seqtk_hety" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> |
|
3
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
3 <description>regional heterozygosity</description> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
4 <macros> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
5 <import>macros.xml</import> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
6 </macros> |
|
9
4b494533146a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 2f75805e2e6cfa2af15076e6f4929b87631360a6
iuc
parents:
8
diff
changeset
|
7 <expand macro="bio_tools"/> |
|
5
a09586d5149a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 83ecfe7d9bbf03c91f27ba18776352a1ebf8cf6f
iuc
parents:
4
diff
changeset
|
8 <expand macro="requirements"> |
|
11
8511b6d85fc7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit c819f01ae147fb23a1e5e91cee3626b6a19b9e03
iuc
parents:
9
diff
changeset
|
9 <expand macro="awk_requirement"/> |
|
5
a09586d5149a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 83ecfe7d9bbf03c91f27ba18776352a1ebf8cf6f
iuc
parents:
4
diff
changeset
|
10 </expand> |
|
3
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
11 <expand macro="stdio"/> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
12 <command><![CDATA[ |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
13 seqtk hety |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
14 -w $w |
| 0 | 15 -t $t |
| 16 $m | |
|
3
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
17 '$in_file' | awk 'BEGIN{print "#chr\tstart\tend\tA\tB\tnum_het"}1' |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
18 > '$default' |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
19 ]]></command> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
20 <inputs> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
21 <expand macro="in_faq"/> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
22 <param argument="-w" type="integer" value="50000" label="Window size" /> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
23 <param argument="-t" type="integer" value="5" label="# start positions in a window" /> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
24 <param argument="-m" type="boolean" truevalue="-m" falsevalue="" checked="false" label="Treat lowercases as masked" /> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
25 </inputs> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
26 <outputs> |
|
9
4b494533146a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 2f75805e2e6cfa2af15076e6f4929b87631360a6
iuc
parents:
8
diff
changeset
|
27 <data name="default" format="tabular" label="${tool.name} on ${on_string}: Heterozygous regions"/> |
|
3
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
28 </outputs> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
29 <tests> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
30 <test> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
31 <param name="in_file" value="seqtk_hety.fa"/> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
32 <param name="w" value="8"/> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
33 <output name="default" file="seqtk_hety.out" ftype="tabular"/> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
34 </test> |
|
4
ecf1c30da3a2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit ad43df79dca3dc7c3511c6eb2ccf8589d2804eb2
iuc
parents:
3
diff
changeset
|
35 <test> |
|
ecf1c30da3a2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit ad43df79dca3dc7c3511c6eb2ccf8589d2804eb2
iuc
parents:
3
diff
changeset
|
36 <param name="in_file" value="seqtk_hety.fa.gz" ftype="fasta.gz"/> |
|
ecf1c30da3a2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit ad43df79dca3dc7c3511c6eb2ccf8589d2804eb2
iuc
parents:
3
diff
changeset
|
37 <param name="w" value="8"/> |
|
ecf1c30da3a2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit ad43df79dca3dc7c3511c6eb2ccf8589d2804eb2
iuc
parents:
3
diff
changeset
|
38 <output name="default" file="seqtk_hety.out" ftype="tabular"/> |
|
ecf1c30da3a2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit ad43df79dca3dc7c3511c6eb2ccf8589d2804eb2
iuc
parents:
3
diff
changeset
|
39 </test> |
|
3
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
40 </tests> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
41 <help><![CDATA[ |
| 0 | 42 **What it does** |
| 43 | |
| 44 Reports on heterozygosity over a region | |
| 45 | |
| 46 :: | |
| 47 | |
| 48 >het_region | |
| 49 ACTTTACATCGAGCMMMMMMMACAGTACTG | |
| 50 | |
| 51 As can be seen in the following output: | |
| 52 | |
| 53 :: | |
| 54 | |
| 55 #chr start end A B num_het | |
| 56 het_region 0 8 0.00 8 0 | |
| 57 het_region 8 9 0.00 8 0 | |
| 58 het_region 9 10 0.00 8 0 | |
| 59 het_region 10 11 0.00 8 0 | |
| 60 het_region 11 12 0.00 8 0 | |
| 61 het_region 12 13 0.00 8 0 | |
| 62 het_region 13 14 0.00 8 0 | |
| 63 het_region 14 15 1.00 8 1 | |
| 64 het_region 15 16 2.00 8 2 | |
| 65 het_region 16 17 3.00 8 3 | |
| 66 het_region 17 18 4.00 8 4 | |
| 67 het_region 18 19 5.00 8 5 | |
| 68 het_region 19 20 6.00 8 6 | |
| 69 het_region 20 21 7.00 8 7 | |
| 70 het_region 21 22 7.00 8 7 | |
| 71 het_region 22 23 6.00 8 6 | |
| 72 het_region 23 24 5.00 8 5 | |
| 73 het_region 24 25 4.00 8 4 | |
| 74 het_region 25 26 3.00 8 3 | |
| 75 het_region 26 27 2.00 8 2 | |
| 76 het_region 27 28 1.00 8 1 | |
| 77 het_region 28 29 0.00 8 0 | |
| 78 het_region 29 30 0.00 1 0 | |
| 79 | |
| 80 If you know what A and B are measures of, please `submit an issue <https://github.com/galaxyproject/tools-iuc/issues>`__ and it will be corrected | |
| 81 | |
| 82 @ATTRIBUTION@ | |
|
3
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
83 ]]></help> |
|
bc7d99f46a5d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
2
diff
changeset
|
84 <expand macro="citation" /> |
| 0 | 85 </tool> |
