Mercurial > repos > michal_klinka > trtools
annotate qcSTR/qcSTR.xml @ 1:8e8cf43f6836 draft default tip
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
author | michal_klinka |
---|---|
date | Sun, 15 May 2022 15:23:59 +0000 |
parents | ecf8c4f9f8ba |
children |
rev | line source |
---|---|
0
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
1 <?xml version="1.0" ?> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
2 <tool id="qcSTR" name="QcSTR" version="@tool_version@"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
3 <description>qcSTR generates plots that are useful for diagnosing issues in TR calling.</description> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
4 <macros> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
5 <import>macros.xml</import> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
6 </macros> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
8 <version_command>qcSTR --version</version_command> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
9 <command detect_errors="exit_code"><![CDATA[qcSTR |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
10 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
11 ## vcf definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
12 #if $required_arguments.vcf: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
13 --vcf $required_arguments.vcf |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
14 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
15 ## end vcf definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
16 ## out definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
17 #if $required_arguments.out: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
18 --out $required_arguments.out |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
19 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
20 ## end out definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
21 ## vcftype definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
22 #if $optional_input_arguments.vcftype: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
23 --vcftype $optional_input_arguments.vcftype |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
24 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
25 ## end vcftype definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
26 ## samples definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
27 #if $optional_input_arguments.samples: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
28 --samples $optional_input_arguments.samples |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
29 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
30 ## end samples definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
31 ## period definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
32 #if $optional_input_arguments.period: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
33 --period $optional_input_arguments.period |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
34 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
35 ## end period definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
36 ## quality_repeat definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
37 #for $item in $quality_plot_options.quality_repeat: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
38 ## quality definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
39 #if $item.quality: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
40 --quality |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
41 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
42 ## end quality definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
43 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
44 #end for |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
45 ## end quality_repeat definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
46 ## quality_ignore_no_call definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
47 #if $quality_plot_options.quality_ignore_no_call: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
48 --quality-ignore-no-call |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
49 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
50 ## end quality_ignore_no_call definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
51 ## refbias_metric definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
52 #if $reference_bias_plot_options.refbias_metric: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
53 --refbias-metric $reference_bias_plot_options.refbias_metric |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
54 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
55 ## end refbias_metric definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
56 ## refbias_mingts definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
57 #if $reference_bias_plot_options.refbias_mingts: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
58 --refbias-mingts $reference_bias_plot_options.refbias_mingts |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
59 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
60 ## end refbias_mingts definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
61 ## refbias_xrange_min definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
62 #if $reference_bias_plot_options.refbias_xrange_min: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
63 --refbias-xrange-min $reference_bias_plot_options.refbias_xrange_min |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
64 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
65 ## end refbias_xrange_min definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
66 ## refbias_xrange_max definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
67 #if $reference_bias_plot_options.refbias_xrange_max: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
68 --refbias-xrange-max $reference_bias_plot_options.refbias_xrange_max |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
69 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
70 ## end refbias_xrange_max definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
71 ## refbias_binsize definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
72 #if $reference_bias_plot_options.refbias_binsize: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
73 --refbias-binsize $reference_bias_plot_options.refbias_binsize |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
74 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
75 ## end refbias_binsize definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
76 ## numrecords definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
77 #if $debug_group.numrecords: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
78 --numrecords $debug_group.numrecords |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
79 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
80 ## end numrecords definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
81 ## version definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
82 #if $version05e4.version: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
83 --version |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
84 #end if |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
85 ## end version definition |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
86 1>$stdout 2>$stderr |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
87 ]]></command> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
88 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
89 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
90 <inputs> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
91 <section name="required_arguments" title="Required arguments" expanded="false"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
92 <param argument="--vcf" type="data" format="vcf" optional="false" label="vcf" help="VCF file to analyze."/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
93 <param argument="--out" type="text" optional="false" label="out" help="Output prefix for files generated"/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
94 </section> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
95 <section name="optional_input_arguments" title="Optional input arguments" expanded="false"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
96 <param argument="--vcftype" type="select" optional="true" label="vcftype" help="Genotyper that was used to create this VCF input"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
97 <expand macro="vcfTypes"/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
98 </param> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
99 <param argument="--samples" type="text" optional="true" label="samples" help="File containing list of samples to include"/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
100 <param argument="--period" type="integer" optional="true" label="period" help="Only consider repeats with this motif length"/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
101 </section> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
102 <section name="quality_plot_options" title="Quality plot options" expanded="false"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
103 <repeat name="quality_repeat" title="quality_repeat"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
104 <param argument="--quality" type="boolean" optional="true" label="quality" help="Which quality plot(s) to produce. May be specified more than once. See the README for more info"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
105 <option value="per-locus">Per-locus</option> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
106 <option value="sample-stratified">Sample-stratified</option> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
107 <option value="per-sample">Per-sample</option> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
108 <option value="locus-stratified">Locus-stratified</option> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
109 <option value="per-call">Per-call</option> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
110 </param> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
111 </repeat> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
112 <param argument="--quality-ignore-no-call" type="boolean" optional="true" label="quality_ignore_no_call" help="Exclude no-calls and calls without quality scores from quality graph distributions instead of the default, which is to include them as zero quality calls. Setting this can cause the plotting to crash if it reduces the number of valid calls (in a strata) to <= 1"/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
113 </section> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
114 <section name="reference_bias_plot_options" title="Reference bias plot options" expanded="false"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
115 <param argument="--refbias-metric" type="text" optional="true" label="refbias_metric" help="Which metric to use for the y-axis on the reference bias plot."> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
116 <option value="mean">Mean</option> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
117 <option value="median">Median</option> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
118 </param> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
119 <param argument="--refbias-mingts" type="integer" optional="true" label="refbias_mingts" help="Don't compute points for the reference bias plot based on fewer than this many genotypes"/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
120 <param argument="--refbias-xrange-min" type="integer" optional="true" label="refbias_xrange_min" help="Minimum x-axis value (bp) to show on the reference bias plot"/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
121 <param argument="--refbias-xrange-max" type="integer" optional="true" label="refbias_xrange_max" help="Maximum x-axis value (bp) to show on the reference bias plot"/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
122 <param argument="--refbias-binsize" type="integer" optional="true" label="refbias_binsize" help="Size (bp) of x-axis bins for the reference bias plot"/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
123 </section> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
124 <section name="debug_group" title="Debug group" expanded="false"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
125 <param argument="--numrecords" type="integer" optional="true" label="numrecords" help="Only process this many records"/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
126 </section> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
127 <section name="version05e4" title="Version" expanded="false"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
128 <param argument="--version" type="boolean" optional="true" label="version" help="show program's version number and exit"/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
129 </section> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
130 </inputs> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
131 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
132 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
133 <outputs> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
134 <data name="stdout" format="txt" /> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
135 <data name="stderr" format="txt" /> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
136 <collection format="pdf" name="qcSTROutput" type="list" label="Output of qcSTR"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
137 <discover_datasets format="pdf" pattern="(?P<designation>.+)\.pdf"/> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
138 </collection> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
139 </outputs> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
140 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
141 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
142 <tests> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
143 <test> |
1
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
144 <section name="required_arguments"> |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
145 <param name="vcf" value="NA12878_chr21_hipstr.sorted.vcf.gz"/> |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
146 <param name="out" value="test"/> |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
147 </section> |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
148 <section name="optional_input_arguments"> |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
149 <param name="vcftype" value="hipstr"/> |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
150 </section> |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
151 |
0
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
152 <output name="stdout" file="output.txt" /> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
153 <output_collection name="qcSTROutput" type="list" count="3"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
154 <element name="test-diffref-bias" ftype="pdf"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
155 <assert_contents> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
156 <has_size value="12600" delta="300" /> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
157 <has_text text="%PDF" /> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
158 <has_text text="%%EOF" /> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
159 </assert_contents> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
160 </element> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
161 <element name="test-diffref-histogram" ftype="pdf"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
162 <assert_contents> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
163 <has_size value="11400" delta="300" /> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
164 <has_text text="%PDF" /> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
165 <has_text text="%%EOF" /> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
166 </assert_contents> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
167 </element> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
168 <element name="test-quality" ftype="pdf"> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
169 <assert_contents> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
170 <has_size value="11900" delta="300" /> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
171 <has_text text="%PDF" /> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
172 <has_text text="%%EOF" /> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
173 </assert_contents> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
174 </element> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
175 </output_collection> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
176 </test> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
177 </tests> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
178 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
179 |
1
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
180 <help>usage: pygalgen [-h] --vcf VCF --out OUT [--vcftype VCF_TYPE] [--samples SAMPLES] |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
181 [--period PERIOD] [--quality {per-locus,sample-stratified,per-sample,locus-stratified,per-call}] |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
182 [--quality-ignore-no-call] [--refbias-metric {mean,median}] [--refbias-mingts REFBIAS_MINGTS] |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
183 [--refbias-xrange-min REFBIAS_XRANGE_MIN] [--refbias-xrange-max REFBIAS_XRANGE_MAX] |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
184 [--refbias-binsize REFBIAS_BINSIZE] [--numrecords NUMRECORDS] [--version] |
0
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
185 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
186 options: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
187 -h, --help show this help message and exit |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
188 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
189 Required arguments: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
190 --vcf VCF VCF file to analyze. |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
191 --out OUT Output prefix for files generated |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
192 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
193 Optional input arguments: |
1
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
194 --vcftype VCF_TYPE Which type of VCF to restrict the input to, or 'auto' for no restrction |
0
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
195 --samples SAMPLES File containing list of samples to include |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
196 --period PERIOD Only consider repeats with this motif length |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
197 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
198 Quality plot options: |
1
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
199 --quality QUALITY Which quality plot(s) to produce. May be specified more than once. See the README for more |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
200 info (per-locus,sample-stratified,per-sample,locus-stratified,per-call) |
0
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
201 --quality-ignore-no-call |
1
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
202 Exclude no-calls and calls without quality scores from quality graph distributions instead of |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
203 the default, which is to include them as zero quality calls. Setting this can cause the |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
204 plotting to crash if it reduces the number of valid calls (in a strata) to <= 1 |
0
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
205 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
206 Reference bias plot options: |
1
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
207 --refbias-metric METRIC |
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
208 Which metric to use for the y-axis on the reference bias plot. (mean,median) |
0
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
209 --refbias-mingts REFBIAS_MINGTS |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
210 Don't compute points for the reference bias plot based on fewer than this many genotypes |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
211 --refbias-xrange-min REFBIAS_XRANGE_MIN |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
212 Minimum x-axis value (bp) to show on the reference bias plot |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
213 --refbias-xrange-max REFBIAS_XRANGE_MAX |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
214 Maximum x-axis value (bp) to show on the reference bias plot |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
215 --refbias-binsize REFBIAS_BINSIZE |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
216 Size (bp) of x-axis bins for the reference bias plot |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
217 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
218 Debug group: |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
219 --numrecords NUMRECORDS |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
220 Only process this many records |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
221 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
222 Version: |
1
8e8cf43f6836
planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit df706bf76531920d935ec6d2eb41b9b1420aa390
michal_klinka
parents:
0
diff
changeset
|
223 --version show program's version number and exit</help> |
0
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
224 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
225 |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
226 <citations> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
227 <citation type="bibtex">@misc{TRTools: a toolkit for genome-wide analysis of tandem repeats, |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
228 author = {Nima Mousavi, Jonathan Margoliash, Neha Pusarla, Shubham Saini, Richard Yanicky, Melissa Gymrek}, |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
229 year = {2020}, |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
230 title = {TRTools}, |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
231 publisher = {GitHub}, |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
232 journal = {GitHub repository}, |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
233 url = {https://github.com/gymreklab/trtools}, |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
234 }</citation> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
235 </citations> |
ecf8c4f9f8ba
"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff
changeset
|
236 </tool> |