Mercurial > repos > iuc > ivar_filtervariants
diff ivar_filtervariants.xml @ 11:72ddd32392cd 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:54:37 +0000 |
parents | c88553ec696e |
children | 8f8df367470d |
line wrap: on
line diff
--- a/ivar_filtervariants.xml Wed Jul 13 15:19:34 2022 +0000 +++ b/ivar_filtervariants.xml Wed Jan 11 09:54:37 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 &&