# HG changeset patch # User iuc # Date 1618325202 0 # Node ID 11f6245358e65a13f3099fe9435ae3a8cf5352d3 # Parent 5e2c39218cf7e80263977185b1f9e54ff516f358 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 8f0dacb44516206751262495e6a6de22ae312572" diff -r 5e2c39218cf7 -r 11f6245358e6 bcftools_view.xml --- a/bcftools_view.xml Fri Feb 05 19:12:34 2021 +0000 +++ b/bcftools_view.xml Tue Apr 13 14:46:42 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" /> - - - + + + + + - List of variant types to select. Site is selected if any of the ALT alleles is of the type requested. @@ -345,6 +352,19 @@ + + + + + + + + + + + + +