# HG changeset patch # User iuc # Date 1764663336 0 # Node ID 2a7d7ee539757c57b557da1e5e8df27fd169abd2 # Parent 1a2ef636f48eb026e9118d7b24c0dd818594b5cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/bcftools commit f6efda26965eb73c9107d367fd5ffdf246ed0dbc diff -r 1a2ef636f48e -r 2a7d7ee53975 bcftools_view.xml --- a/bcftools_view.xml Sun Aug 18 10:19:46 2024 +0000 +++ b/bcftools_view.xml Tue Dec 02 08:15:36 2025 +0000 @@ -14,7 +14,6 @@
- - + +
@@ -201,8 +200,6 @@ - @@ -212,10 +209,14 @@ - - - - +
+ + + +
+
+ +
@@ -226,10 +227,14 @@
- - - - +
+ + + +
+
+ +
@@ -240,13 +245,17 @@
- - - +
+ + +
+
+ +
- + @@ -265,14 +274,18 @@ - - - - +
+ + +
+
+ +
+ - + @@ -288,8 +301,12 @@ - - +
+ +
+
+ +
@@ -300,7 +317,9 @@
- +
+ +
@@ -311,7 +330,9 @@
- +
+ +
@@ -322,7 +343,9 @@
- +
+ +
@@ -333,11 +356,15 @@
- - - - - +
+ + + + +
+
+ +
@@ -348,8 +375,12 @@
- - +
+ +
+
+ +
@@ -360,8 +391,12 @@
- - +
+ +
+
+ +
@@ -373,9 +408,11 @@
- +
+ + +
- @@ -387,13 +424,22 @@ - - - - +
+ + + +
+
+ +
- + + + + + +
@@ -419,7 +465,7 @@ @BCFTOOLS_MANPAGE@#@EXECUTABLE@ -@BCFTOOLS_WIKI@ +@BCFTOOLS_HOWTOS@ ]]> diff -r 1a2ef636f48e -r 2a7d7ee53975 macros.xml --- a/macros.xml Sun Aug 18 10:19:46 2024 +0000 +++ b/macros.xml Tue Dec 02 08:15:36 2025 +0000 @@ -1,7 +1,7 @@ - 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: