comparison leftalign.xml @ 40:0d8581534009 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/freebayes commit 48700fed491e8056cddd1ee7d8bc9ca08e19fe8d
author iuc
date Tue, 05 Aug 2025 13:47:58 +0000
parents 85dc96ebc770
children
comparison
equal deleted inserted replaced
39:85dc96ebc770 40:0d8581534009
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="bamleftalign" name="BamLeftAlign" version="@TOOL_VERSION@+galaxy0"> 2 <tool id="bamleftalign" name="BamLeftAlign" version="@TOOL_VERSION@+galaxy0">
3 <description> indels in BAM datasets</description> 3 <description> indels in BAM datasets</description>
4 <macros>
5 <import>macros.xml</import>
6 </macros>
4 <xrefs> 7 <xrefs>
5 <xref type="bio.tools">freebayes</xref> 8 <xref type="bio.tools">freebayes</xref>
6 </xrefs> 9 </xrefs>
7 <macros>
8 <import>macros.xml</import>
9 </macros>
10 <expand macro="requirements" /> 10 <expand macro="requirements" />
11 <expand macro="version_command" /> 11 <expand macro="version_command" />
12 <command detect_errors="exit_code"><![CDATA[ 12 <command detect_errors="exit_code"><![CDATA[
13 ##set up input files 13 ##set up input files
14 #set $reference_fasta_filename = "localref.fa" 14 #set $reference_fasta_filename = "localref.fa"