# HG changeset patch
# User iuc
# Date 1764663605 0
# Node ID 5fa262ce95dd0d03eacab7b6ea2e4c8233e5999c
# Parent 271965b554377fafc6e0ee3d667f8b17a242f0fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/bcftools commit f6efda26965eb73c9107d367fd5ffdf246ed0dbc
diff -r 271965b55437 -r 5fa262ce95dd bcftools_norm.xml
--- a/bcftools_norm.xml Sun Aug 18 09:59:16 2024 +0000
+++ b/bcftools_norm.xml Tue Dec 02 08:20:05 2025 +0000
@@ -4,30 +4,16 @@
norm
macros.xml
-
+
-
- gawk
-
+
/) {print toupper($0)} else {print $0} }' '$input_fa_ref' > ref_upper.fa &&
-#set $input_fa_ref = 'ref_upper.fa'
-
#set $section = $sec_restrict
@PREPARE_TARGETS_FILE@
@PREPARE_REGIONS_FILE@
@@ -41,7 +27,7 @@
#if $rm_dup:
--rm-dup "$rm_dup"
#end if
-$atomize
+$atomization
#if $old_rec_tag
--old-rec-tag '$old_rec_tag'
#end if
@@ -51,10 +37,16 @@
#if $multiallelics.mode == '+':
${multiallelics.strict_filter}
#end if
-
#if $sec_default.site_win:
--site-win ${sec_default.site_win}
#end if
+--sort ${sec_default.sort}
+#if str($sec_filter_norm.include):
+ --include '${sec_filter_norm.include}'
+#end if
+#if str($sec_filter_norm.exclude):
+ --exclude '${sec_filter_norm.exclude}'
+#end if
#set $section = $sec_restrict
@REGIONS@
@@ -69,34 +61,30 @@
]]>
-
-
-
+
+
+
-
-
+
+
+
+
+
+
-
-
+
+
[0-9a-zA-Z_/]+
-
+
@@ -106,142 +94,141 @@
-
-
+
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
+
+
-
+
-
+
-
-
-
-
+
+
+
-
+
-
+
-
-
-
+
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
-
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -304,8 +317,8 @@
@BCFTOOLS_MANPAGE@#@EXECUTABLE@
-@BCFTOOLS_WIKI@
+@BCFTOOLS_HOWTOS@
]]>
-
+
diff -r 271965b55437 -r 5fa262ce95dd macros.xml
--- a/macros.xml Sun Aug 18 09:59:16 2024 +0000
+++ b/macros.xml Tue Dec 02 08:20:05 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: