Repository 'samtools_markdup'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/samtools_markdup

Changeset 6:b5527cc104ab (2022-08-15)
Previous changeset 5:887e02a45734 (2022-06-22) Next changeset 7:ce32171c6d44 (2023-04-07)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_markdup commit 5cb103832529f17e5c72e7f122758c13519fbe5e
modified:
macros.xml
samtools_markdup.xml
b
diff -r 887e02a45734 -r b5527cc104ab macros.xml
--- a/macros.xml Wed Jun 22 07:48:23 2022 +0000
+++ b/macros.xml Mon Aug 15 09:17:57 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>
b
diff -r 887e02a45734 -r b5527cc104ab samtools_markdup.xml
--- a/samtools_markdup.xml Wed Jun 22 07:48:23 2022 +0000
+++ b/samtools_markdup.xml Mon Aug 15 09:17:57 2022 +0000
b
@@ -1,4 +1,4 @@
-<tool id="samtools_markdup" name="Samtools markdup" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@" >
+<tool id="samtools_markdup" name="Samtools markdup" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@" >
     <description>marks duplicate alignments</description>
     <macros>
         <import>macros.xml</import>