# HG changeset patch # User iuc # Date 1764663292 0 # Node ID eed37e76acd112757999baf480ca959d3489afa6 # Parent 8f5962c438681fdbef424a4e4a0af6e9df46ffe6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/bcftools commit f6efda26965eb73c9107d367fd5ffdf246ed0dbc diff -r 8f5962c43868 -r eed37e76acd1 bcftools_plugin_mendelian.xml --- a/bcftools_plugin_mendelian.xml Sun Aug 18 10:05:23 2024 +0000 +++ b/bcftools_plugin_mendelian.xml Tue Dec 02 08:14:52 2025 +0000 @@ -1,15 +1,14 @@ plugin Count Mendelian consistent / inconsistent genotypes - mendelian + mendelian2 mendelian macros.xml - + tmp_stderr > '$output_file' && cat tmp_stderr @@ -59,8 +45,8 @@
- - + +
@@ -68,23 +54,28 @@ - - + + - - - + + + + - + - - - - - + + + + + + + + + @@ -96,11 +87,15 @@ - - - - - +
+ + + + + + + +
@@ -111,11 +106,15 @@ - - - - - +
+ + + + + + + +
@@ -124,7 +123,6 @@
- - 1.15.1 - 4 - 20.01 + 1.22 + 0 + 24.1 bcftools @@ -10,15 +10,15 @@ bcftools - htslib + htslib - samtools + samtools - matplotlib + matplotlib bcftools 2>&1 | grep 'Version:' @@ -30,16 +30,11 @@ - https://github.com/samtools/bcftools/wiki - http://samtools.github.io/bcftools/bcftools.html + https://samtools.github.io/bcftools/howtos/index.html + https://www.htslib.org/doc/bcftools.html --threads \${GALAXY_SLOTS:-4} - - - + + + + + + + + + + + + + + + + + + @@ -345,7 +389,7 @@ #set $start = str($i.start).strip() #set $stop = str($i.stop).strip() #if $start or $stop: - $components.append($chrom + ':' + ($start or '0') + '-' + $stop) + $components.append($chrom + ':' + ($start or '1') + '-' + $stop) #else: $components.append($chrom) #end if @@ -357,18 +401,14 @@ @@ -417,7 +462,7 @@ - + + + + + + + + + + + + value.strip() and value[0] not in "^," and ",," not in value + + + + + + + + + + #set $samples_defined = False #if str($section.samples) != '': @@ -478,8 +543,8 @@ #end if - - + + #if $section.sample: