Mercurial > repos > iuc > last
comparison lasttrain.xml @ 6:19c265784f35 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 88d7f81768f05f490f444b646f47241cf2547b44"
author | iuc |
---|---|
date | Sat, 27 Nov 2021 10:12:45 +0000 |
parents | 8705e0d74a0f |
children | eca7ac1eb423 |
comparison
equal
deleted
inserted
replaced
5:f5a5a2b39ff2 | 6:19c265784f35 |
---|---|
1 <tool id="last_train" name="LAST-train" version="@LAST_CONDA_VERSION@+galaxy0" profile="20.01"> | 1 <tool id="last_train" name="LAST-train" version="@TOOL_VERSION@+galaxy0" profile="20.01"> |
2 | 2 |
3 <description>finds the rates (probabilities) of insertion, deletion, and substitutions between two sets of sequences.</description> | 3 <description>finds the rates (probabilities) of insertion, deletion, and substitutions between two sets of sequences.</description> |
4 | 4 <expand macro="bio_tools"/> |
5 <macros> | 5 <macros> |
6 <import>macros_last.xml</import> | 6 <import>macros_last.xml</import> |
7 </macros> | 7 </macros> |
8 | 8 |
9 <requirements> | 9 <requirements> |
10 <requirement type="package" version="@LAST_CONDA_VERSION@">last</requirement> | 10 <requirement type="package" version="@TOOL_VERSION@">last</requirement> |
11 </requirements> | 11 </requirements> |
12 | 12 |
13 <command detect_errors="exit_code"><![CDATA[ | 13 <command detect_errors="exit_code"><![CDATA[ |
14 set -e -o pipefail; | 14 set -e -o pipefail; |
15 #if $db_opts.db_opts_input == 'lastdb' | 15 #if $db_opts.db_opts_input == 'lastdb' |