diff ivar_consensus.xml @ 11:0260131574e9 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:49:55 +0000
parents 4c22b03e981f
children a2ce39845a74
line wrap: on
line diff
--- a/ivar_consensus.xml	Wed Jul 13 15:10:59 2022 +0000
+++ b/ivar_consensus.xml	Wed Jan 11 09:49:55 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))