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