# HG changeset patch
# User iuc
# Date 1618327170 0
# Node ID 98d5499ead46f389878e61d6142af4a3e75a4e40
# Parent 23680a42e149f8f1896a9d2b42ce6fe39bb98e97
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 8f0dacb44516206751262495e6a6de22ae312572"
diff -r 23680a42e149 -r 98d5499ead46 bcftools_view.xml
--- a/bcftools_view.xml Fri Feb 05 19:46:48 2021 +0000
+++ b/bcftools_view.xml Tue Apr 13 15:19:30 2021 +0000
@@ -38,7 +38,7 @@
#if str($section.max_ac)
--max-ac ${section.max_ac}
#end if
-#if str($section.select_genotype) != "__none__":
+#if str($section.select_genotype) != "None":
--genotype "${section.select_genotype}"
#end if
## known or novel
@@ -121,13 +121,20 @@
help="(-c --min-ac) Minimum count for non-reference (nref), 1st alternate (alt1), least frequent (minor), most frequent (major) or sum of all but most frequent (nonmajor) alleles" />
-
-
-
-
-
+
+
+ Include only sites with one or more homozygous (hom), heterozygous (het) or missing (miss) genotypes.
+ When prefixed with ^, the logic is reversed.
+ Please notice that if the input file doesn't have any genotype columns,
+ then this option is ignored altogether.
+
+
+
+
+
+
+
-
List of variant types to select. Site is selected if any of the ALT alleles is of the type requested.
@@ -345,6 +352,19 @@
+
+
+
+
+
+
+