Mercurial > repos > iuc > last
comparison lastal.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_al" name="LASTal" version="@TOOL_VERSION@+galaxy1" profile="20.01"> | 1 <tool id="last_al" name="LASTal" version="@TOOL_VERSION@+galaxy2" profile="20.01"> |
2 | |
3 <description>finds local alignments between query sequences, and reference sequences.</description> | 2 <description>finds local alignments between query sequences, and reference 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 | 10 |
16 #if $db_opts.db_opts_input == 'lastdb' | 11 #if $db_opts.db_opts_input == 'lastdb' |
17 ln -s '$db_opts.lastdatabase.extra_files_path' './db_files' && | 12 ln -s '$db_opts.lastdatabase.extra_files_path' './db_files' && |