Mercurial > repos > iuc > last
comparison lastsplit.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_split" name="LAST-split" version="@LAST_CONDA_VERSION@+galaxy0" profile="20.01"> | 1 <tool id="last_split" name="LAST-split" version="@TOOL_VERSION@+galaxy0" profile="20.01"> |
2 | 2 |
3 <description>finds "split alignments" (typically for DNA) or "spliced alignments" (typically for RNA).</description> | 3 <description>finds "split alignments" (typically for DNA) or "spliced alignments" (typically for RNA).</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 #if $db_opts.db_opts_input == 'lastdb' | 14 #if $db_opts.db_opts_input == 'lastdb' |
15 ln -s '$db_opts.lastdatabase.extra_files_path' './db_files' && | 15 ln -s '$db_opts.lastdatabase.extra_files_path' './db_files' && |