comparison lasttrain.xml @ 7:eca7ac1eb423 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit ddb5e058a7877e627ed24ef8cb9a046ccb450cb4
author iuc
date Mon, 23 Oct 2023 20:45:02 +0000
parents 19c265784f35
children
comparison
equal deleted inserted replaced
6:19c265784f35 7:eca7ac1eb423
1 <tool id="last_train" name="LAST-train" version="@TOOL_VERSION@+galaxy0" profile="20.01"> 1 <tool id="last_train" name="LAST-train" version="@TOOL_VERSION@+galaxy1" profile="20.01">
2
3 <description>finds the rates (probabilities) of insertion, deletion, and substitutions between two sets of sequences.</description> 2 <description>finds the rates (probabilities) of insertion, deletion, and substitutions between two sets of sequences.</description>
4 <expand macro="bio_tools"/>
5 <macros> 3 <macros>
6 <import>macros_last.xml</import> 4 <import>macros_last.xml</import>
7 </macros> 5 </macros>
8 6 <expand macro="bio_tools"/>
9 <requirements> 7 <expand macro="requirements"/>
10 <requirement type="package" version="@TOOL_VERSION@">last</requirement>
11 </requirements>
12
13 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
14 set -e -o pipefail; 9 set -e -o pipefail;
15 #if $db_opts.db_opts_input == 'lastdb' 10 #if $db_opts.db_opts_input == 'lastdb'
16 ln -s '$db_opts.lastdatabase.extra_files_path' './db_files' && 11 ln -s '$db_opts.lastdatabase.extra_files_path' './db_files' &&
17 #end if 12 #end if