Repository 'samtools_mpileup'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/samtools_mpileup

Changeset 16:7df230bec125 (2025-06-27)
Previous changeset 15:32f6fffbc3e9 (2025-06-19) Next changeset 17:0668270db5ba (2025-11-12)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
modified:
macros.xml
samtools_mpileup.xml
b
diff -r 32f6fffbc3e9 -r 7df230bec125 macros.xml
--- a/macros.xml Thu Jun 19 13:00:51 2025 +0000
+++ b/macros.xml Fri Jun 27 10:55:55 2025 +0000
[
@@ -11,7 +11,7 @@
          please only bump the minor version in order to let the requirement
          version catch up eventually). To find the tools check:
         `grep "<tool" . -r | grep -v VERSION_SUFFIX | cut -d":" -f 1` -->
-    <token name="@TOOL_VERSION@">1.21</token>
+    <token name="@TOOL_VERSION@">1.22</token>
     <token name="@VERSION_SUFFIX@">0</token>
     <token name="@PROFILE@">22.05</token>
     <token name="@FLAGS@"><![CDATA[
b
diff -r 32f6fffbc3e9 -r 7df230bec125 samtools_mpileup.xml
--- a/samtools_mpileup.xml Thu Jun 19 13:00:51 2025 +0000
+++ b/samtools_mpileup.xml Fri Jun 27 10:55:55 2025 +0000
b
@@ -1,4 +1,4 @@
-<tool id="samtools_mpileup" name="Samtools mpileup" version="2.1.8" profile="@PROFILE@">
+<tool id="samtools_mpileup" name="Samtools mpileup" version="2.1.9" profile="@PROFILE@">
     <description>multi-way pileup of variants</description>
     <macros>
         <import>macros.xml</import>