diff 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
line wrap: on
line diff
--- a/qcSTR/qcSTR.xml	Sat Apr 23 16:34:03 2022 +0000
+++ b/qcSTR/qcSTR.xml	Sun May 15 15:23:59 2022 +0000
@@ -141,9 +141,14 @@
 
 	<tests>
          <test>
-            <param name="vcf" value="NA12878_chr21_hipstr.sorted.vcf.gz"/>
-            <param name="out" value="test"/>
-            <param name="vcftype" value="hipstr"/>
+            <section name="required_arguments">
+               <param name="vcf" value="NA12878_chr21_hipstr.sorted.vcf.gz"/>
+               <param name="out" value="test"/>
+            </section>
+            <section name="optional_input_arguments">
+               <param name="vcftype" value="hipstr"/>
+            </section>
+            
             <output name="stdout" file="output.txt" />
             <output_collection name="qcSTROutput" type="list" count="3">
                 <element name="test-diffref-bias"  ftype="pdf">
@@ -172,9 +177,11 @@
     </tests>
 
 
-	<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}]
-               [--quality-ignore-no-call] [--refbias-metric {mean,median}] [--refbias-mingts REFBIAS_MINGTS] [--refbias-xrange-min REFBIAS_XRANGE_MIN] [--refbias-xrange-max REFBIAS_XRANGE_MAX]
-               [--refbias-binsize REFBIAS_BINSIZE] [--numrecords NUMRECORDS] [--version]
+	<help>usage: pygalgen [-h] --vcf VCF --out OUT [--vcftype VCF_TYPE] [--samples SAMPLES]
+                [--period PERIOD] [--quality {per-locus,sample-stratified,per-sample,locus-stratified,per-call}]
+                [--quality-ignore-no-call] [--refbias-metric {mean,median}] [--refbias-mingts REFBIAS_MINGTS]
+                [--refbias-xrange-min REFBIAS_XRANGE_MIN] [--refbias-xrange-max REFBIAS_XRANGE_MAX]
+                [--refbias-binsize REFBIAS_BINSIZE] [--numrecords NUMRECORDS] [--version]
 
 options:
   -h, --help            show this help message and exit
@@ -184,21 +191,21 @@
   --out OUT             Output prefix for files generated
 
 Optional input arguments:
-  --vcftype {##!!## Name trh could not be loaded}
-                        Which type of VCF to restrict the input to, or 'auto' for no restrction
+  --vcftype VCF_TYPE    Which type of VCF to restrict the input to, or 'auto' for no restrction
   --samples SAMPLES     File containing list of samples to include
   --period PERIOD       Only consider repeats with this motif length
 
 Quality plot options:
-  --quality {per-locus,sample-stratified,per-sample,locus-stratified,per-call}
-                        Which quality plot(s) to produce. May be specified more than once. See the README for more info
+  --quality QUALITY     Which quality plot(s) to produce. May be specified more than once. See the README for more
+                        info (per-locus,sample-stratified,per-sample,locus-stratified,per-call)
   --quality-ignore-no-call
-                        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
+                        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
 
 Reference bias plot options:
-  --refbias-metric {mean,median}
-                        Which metric to use for the y-axis on the reference bias plot.
+  --refbias-metric METRIC
+                        Which metric to use for the y-axis on the reference bias plot. (mean,median)
   --refbias-mingts REFBIAS_MINGTS
                         Don't compute points for the reference bias plot based on fewer than this many genotypes
   --refbias-xrange-min REFBIAS_XRANGE_MIN
@@ -213,8 +220,7 @@
                         Only process this many records
 
 Version:
-  --version             show program's version number and exit
-</help>
+  --version             show program's version number and exit</help>
 
 
 	<citations>