Mercurial > repos > iuc > windowmasker
annotate windowmasker_mkcounts.xml @ 0:d90ae4a02efd draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
| author | iuc |
|---|---|
| date | Thu, 14 Dec 2023 16:04:27 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
1 <tool id="windowmasker_mkcounts" name="WindowMasker mkcounts" version="1.0" profile="22.01"> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
2 <description>Construct WindowMasker unit counts table</description> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
3 <macros> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
5 </macros> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
7 <command detect_errors="exit_code"> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
8 <![CDATA[ |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
9 windowmasker -mk_counts -infmt fasta |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
10 #if $adv.genome_size |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
11 -genome_size $adv.genome_size |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
12 #end if |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
13 #if $adv.t_low |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
14 -t_low $adv.t_low |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
15 #end if |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
16 #if $adv.t_high |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
17 -t_high $adv.t_high |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
18 #end if |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
19 #if $adv.unit |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
20 -unit $adv.unit |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
21 #end if |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
22 |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
23 -sformat ${adv.sformat} |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
24 ${adv.checkdup} |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
25 -in '${fasta_input}' |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
26 -out '${mkcount_output}' |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
27 ]]> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
28 </command> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
29 <inputs> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
30 <param argument="-in" name="fasta_input" type="data" format="fasta" |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
31 label="FASTA sequence file" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
32 |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
33 <section name="adv" title="Advanced options" expanded="false" > |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
34 <param argument="-checkdup" type="boolean" checked="false" |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
35 truevalue="-checkdup" falsevalue="" |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
36 label="Check input file for potentially duplicated sequences" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
37 |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
38 <param argument="-genome_size" type="integer" label="Genome size" |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
39 min="0" optional="true" |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
40 help="Use this genome size to compute the unit length" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
41 |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
42 <param argument="-sformat" type="select" label="Unit counts format" |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
43 help="The format the unit counts data should be generated" > |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
44 <option value="ascii">Plain text (ascii)</option> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
45 <option value="oascii" selected="true">Optimized text (oascii)</option> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
46 <!-- Omit support for non-portable binary formats (binary, obinary) --> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
47 </param> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
48 |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
49 <param argument="-t_low" type="integer" label="T_low" |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
50 min="0" optional="true" |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
51 help="Save only units that appears at least this many times" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
52 |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
53 <param argument="-t_high" type="integer" label="T_high" |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
54 min="0" optional="true" |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
55 help="Set the maximum count value for units" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
56 |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
57 <param argument="-unit" type="integer" label="Unit length" |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
58 min="1" max="16" optional="true" |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
59 help="Unit length used to mask the genome" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
60 </section> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
61 </inputs> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
62 <outputs> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
63 <data name="mkcount_output" format="txt" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
64 </outputs> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
65 <tests> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
66 <test> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
67 <!-- Test mkcounts with default settings --> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
68 <param name="fasta_input" value="chr4_part.fa" ftype="fasta" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
69 <output name="mkcount_output" file="chr4_part.oascii.counts" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
70 </test> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
71 <test> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
72 <!-- Test mkcounts with custom genome_size --> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
73 <param name="fasta_input" value="chr4_part.fa" ftype="fasta" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
74 <param name="genome_size" value="500000" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
75 <output name="mkcount_output" file="chr4_part.500k_size.counts" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
76 </test> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
77 <test> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
78 <!-- Test mkcounts with ascii output format --> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
79 <param name="fasta_input" value="chr4_part.fa" ftype="fasta" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
80 <param name="sformat" value="ascii" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
81 <output name="mkcount_output" file="chr4_part.ascii.counts" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
82 </test> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
83 <test> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
84 <!-- Test mkcounts with custom unit settings --> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
85 <param name="fasta_input" value="chr4_part.fa" ftype="fasta" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
86 <param name="t_low" value="3" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
87 <param name="t_high" value="20" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
88 <param name="unit" value="9" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
89 <output name="mkcount_output" file="chr4_part.custom_unit.counts" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
90 </test> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
91 </tests> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
92 <help> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
93 <![CDATA[ |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
94 **What it does** |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
95 |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
96 This tool runs `stage 1 <https://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/src/app/winmasker/>`_ |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
97 of the WindowMasker analysis to produce a unit counts file for a genome assembly. |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
98 |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
99 ]]></help> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
100 <expand macro="citations" /> |
|
d90ae4a02efd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
iuc
parents:
diff
changeset
|
101 </tool> |
