# HG changeset patch # User iuc # Date 1660555107 0 # Node ID 36677f429310ed384c7494d53f2b701dec972c4b # Parent b40e2d865d522692ae87c8e0948f4a2ec8596e98 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_merge commit 5cb103832529f17e5c72e7f122758c13519fbe5e diff -r b40e2d865d52 -r 36677f429310 macros.xml --- a/macros.xml Sun Dec 19 15:57:10 2021 +0000 +++ b/macros.xml Mon Aug 15 09:18:27 2022 +0000 @@ -5,7 +5,7 @@ <yield/> </requirements> </xml> - <token name="@TOOL_VERSION@">1.13</token> + <token name="@TOOL_VERSION@">1.15.1</token> <token name="@PROFILE@">20.05</token> <token name="@FLAGS@"><![CDATA[ #set $flags = 0 @@ -103,7 +103,7 @@ #end if ]]></token> - <xml name="optional_reference"> + <xml name="optional_reference" token_help="" token_argument=""> <conditional name="addref_cond"> <param name="addref_select" type="select" label="Use a reference sequence"> <help>@HELP@</help> diff -r b40e2d865d52 -r 36677f429310 samtools_merge.xml --- a/samtools_merge.xml Sun Dec 19 15:57:10 2021 +0000 +++ b/samtools_merge.xml Mon Aug 15 09:18:27 2022 +0000 @@ -1,4 +1,4 @@ -<tool id="samtools_merge" name="Samtools merge" version="@TOOL_VERSION@" profile="@PROFILE@"> +<tool id="samtools_merge" name="Samtools merge" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> <description>merge multiple sorted alignment files</description> <macros> <import>macros.xml</import>