comparison ivar_filtervariants.xml @ 17:af8ed1af74a9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit b548a504e88bd330f534be0dd018175c9341b1f1
author iuc
date Mon, 10 Feb 2025 15:08:07 +0000
parents e99a171902aa
children
comparison
equal deleted inserted replaced
16:5694000b0d7d 17:af8ed1af74a9
1 <tool id="ivar_filtervariants" name="ivar filtervariants" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> 1 <tool id="ivar_filtervariants" name="ivar filtervariants" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
2 <description>Filter variants across replicates or multiple samples aligned using the same reference</description> 2 <description>Filter variants across replicates or multiple samples aligned using the same reference</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="xrefs"/>
6 <expand macro="requirements"/> 7 <expand macro="requirements"/>
7 <expand macro="version_command"/> 8 <expand macro="version_command"/>
8 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
9 #for $counter, $input in enumerate($inputs): 10 #for $counter, $input in enumerate($inputs):
10 ln -s '$input' ./var_${counter}.tsv && 11 ln -s '$input' ./var_${counter}.tsv &&