Previous changeset 10:2b7acdca5fe1 (2025-06-19) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/bam_to_sam commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb |
modified:
bam_to_sam.xml macros.xml |
b |
diff -r 2b7acdca5fe1 -r 69aa7277b44c bam_to_sam.xml --- a/bam_to_sam.xml Thu Jun 19 12:57:55 2025 +0000 +++ b/bam_to_sam.xml Fri Jun 27 10:54:54 2025 +0000 |
b |
@@ -1,4 +1,4 @@ -<tool id="bam_to_sam" name="BAM-to-SAM" version="2.0.5" profile="@PROFILE@"> +<tool id="bam_to_sam" name="BAM-to-SAM" version="2.0.6" profile="@PROFILE@"> <description>convert BAM to SAM</description> <macros> |
b |
diff -r 2b7acdca5fe1 -r 69aa7277b44c macros.xml --- a/macros.xml Thu Jun 19 12:57:55 2025 +0000 +++ b/macros.xml Fri Jun 27 10:54:54 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[ |