annotate qcSTR/qcSTR.xml @ 0:ecf8c4f9f8ba draft

"planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
author michal_klinka
date Sat, 23 Apr 2022 16:34:03 +0000
parents
children 8e8cf43f6836
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 &lt;= 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&lt;designation&gt;.+)\.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>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
144 <param name="vcf" value="NA12878_chr21_hipstr.sorted.vcf.gz"/>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
145 <param name="out" value="test"/>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
146 <param name="vcftype" value="hipstr"/>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
147 <output name="stdout" file="output.txt" />
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
148 <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
149 <element name="test-diffref-bias" ftype="pdf">
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
150 <assert_contents>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
151 <has_size value="12600" delta="300" />
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
152 <has_text text="%PDF" />
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
153 <has_text text="%%EOF" />
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
154 </assert_contents>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
155 </element>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
156 <element name="test-diffref-histogram" ftype="pdf">
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
157 <assert_contents>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
158 <has_size value="11400" delta="300" />
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
159 <has_text text="%PDF" />
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
160 <has_text text="%%EOF" />
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
161 </assert_contents>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
162 </element>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
163 <element name="test-quality" ftype="pdf">
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
164 <assert_contents>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
165 <has_size value="11900" delta="300" />
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
166 <has_text text="%PDF" />
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
167 <has_text text="%%EOF" />
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
168 </assert_contents>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
169 </element>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
170 </output_collection>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
171 </test>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
172 </tests>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
173
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
174
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
175 <help>usage: main.py [-h] --vcf VCF --out OUT [--vcftype {##!!## Name trh could not be loaded}] [--samples SAMPLES] [--period PERIOD] [--quality {per-locus,sample-stratified,per-sample,locus-stratified,per-call}]
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
176 [--quality-ignore-no-call] [--refbias-metric {mean,median}] [--refbias-mingts REFBIAS_MINGTS] [--refbias-xrange-min REFBIAS_XRANGE_MIN] [--refbias-xrange-max REFBIAS_XRANGE_MAX]
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
177 [--refbias-binsize REFBIAS_BINSIZE] [--numrecords NUMRECORDS] [--version]
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 options:
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
180 -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
181
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
182 Required arguments:
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
183 --vcf VCF VCF file to analyze.
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
184 --out OUT Output prefix for files generated
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 Optional input arguments:
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
187 --vcftype {##!!## Name trh could not be loaded}
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
188 Which type of VCF to restrict the input to, or 'auto' for no restrction
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
189 --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
190 --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
191
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
192 Quality plot options:
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
193 --quality {per-locus,sample-stratified,per-sample,locus-stratified,per-call}
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
194 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
195 --quality-ignore-no-call
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
196 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
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
197 it reduces the number of valid calls (in a strata) to &lt;= 1
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
198
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
199 Reference bias plot options:
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
200 --refbias-metric {mean,median}
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
201 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
202 --refbias-mingts REFBIAS_MINGTS
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
203 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
204 --refbias-xrange-min REFBIAS_XRANGE_MIN
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
205 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
206 --refbias-xrange-max REFBIAS_XRANGE_MAX
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
207 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
208 --refbias-binsize REFBIAS_BINSIZE
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
209 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
210
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
211 Debug group:
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
212 --numrecords NUMRECORDS
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
213 Only process this many records
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
214
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
215 Version:
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
216 --version show program's version number and exit
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
217 </help>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
218
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
219
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
220 <citations>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
221 <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
222 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
223 year = {2020},
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
224 title = {TRTools},
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
225 publisher = {GitHub},
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
226 journal = {GitHub repository},
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
227 url = {https://github.com/gymreklab/trtools},
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
228 }</citation>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
229 </citations>
ecf8c4f9f8ba "planemo upload for repository https://github.com/Kulivox/TRToolsGalaxyWrapper commit 08480e3145858e41b14bf1061f87243e8cc2d04e"
michal_klinka
parents:
diff changeset
230 </tool>