comparison bealign.xml @ 5:c239e93d9f04 draft

"planemo upload for repository https://github.com/davebx/bioext-gx/ commit c21521441846e419a69366ee10a30aa828573095"
author iuc
date Fri, 29 Oct 2021 18:11:30 +0000
parents a287431cdf4f
children a07a2d9ddd42
comparison
equal deleted inserted replaced
4:a287431cdf4f 5:c239e93d9f04
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="bioext_bealign" name="Align sequences" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> 2 <tool id="bioext_bealign" name="Align sequences" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
3 <description>to a reference using a codon alignment algorithm</description> 3 <description>to a reference using a codon alignment algorithm</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 <token name="@VERSION_SUFFIX@">2</token> 6 <token name="@VERSION_SUFFIX@">0</token>
7 </macros> 7 </macros>
8 <expand macro="requirements"> 8 <expand macro="requirements">
9 <requirement type="package" version="5.1.0">gawk</requirement> 9 <requirement type="package" version="5.1.0">gawk</requirement>
10 <requirement type="package" version="1.13">samtools</requirement> 10 <requirement type="package" version="1.14">samtools</requirement>
11 </expand> 11 </expand>
12 <version_command>bealign --version</version_command> 12 <version_command>bealign --version</version_command>
13 <command detect_errors="exit_code"> 13 <command detect_errors="exit_code">
14 <![CDATA[ 14 <![CDATA[
15 ## Some downstream tools, such as the TN-93 clustering tool and RAxML, might 15 ## Some downstream tools, such as the TN-93 clustering tool and RAxML, might