diff ivar_consensus.xml @ 11:3e4f434a69c6 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit a14db40361bcb2ee608bccd9222e1654aaea3324
author iuc
date Wed, 11 Jan 2023 09:53:52 +0000
parents f362150bef41
children 9c5754002592
line wrap: on
line diff
--- a/ivar_consensus.xml	Wed Jul 13 15:17:36 2022 +0000
+++ b/ivar_consensus.xml	Wed Jan 11 09:53:52 2023 +0000
@@ -1,10 +1,10 @@
-<tool id="ivar_consensus" name="ivar consensus" version="@VERSION@+galaxy0">
+<tool id="ivar_consensus" name="ivar consensus" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
     <description>Call consensus from aligned BAM file</description>
     <macros>
         <import>macros.xml</import>
     </macros>
-    <expand macro="requirements" />
-    <expand macro="version_command" />
+    <expand macro="requirements"/>
+    <expand macro="version_command"/>
     <command detect_errors="exit_code"><![CDATA[
         #import re
         #set $clean_name = re.sub('[^\w\-]', '_', str($input_bam.element_identifier))