diff ivar_filtervariants.xml @ 11:310835d4e408 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:50:43 +0000
parents d876177eeb2b
children e99a171902aa
line wrap: on
line diff
--- a/ivar_filtervariants.xml	Wed Jul 13 15:13:35 2022 +0000
+++ b/ivar_filtervariants.xml	Wed Jan 11 09:50:43 2023 +0000
@@ -1,10 +1,10 @@
-<tool id="ivar_filtervariants" name="ivar filtervariants" version="@VERSION@+galaxy0">
+<tool id="ivar_filtervariants" name="ivar filtervariants" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
     <description>Filter variants across replicates or multiple samples aligned using the same reference</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[
         #for $counter, $input in enumerate($inputs):
             ln -s '$input' ./var_${counter}.tsv &&