comparison lastdb.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_db" name="LASTdb" version="@TOOL_VERSION@+galaxy0" profile="20.01"> 1 <tool id="last_db" name="LASTdb" version="@TOOL_VERSION@+galaxy1" profile="20.01">
2
3 <description>prepares sequences for subsequent comparison and alignment using lastal.</description> 2 <description>prepares sequences for subsequent comparison and alignment using lastal.</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 $input_files.ext.endswith('.gz') 11 #if $input_files.ext.endswith('.gz')
17 zcat 12 zcat
138 </section> 133 </section>
139 </section> 134 </section>
140 </inputs> 135 </inputs>
141 136
142 <outputs> 137 <outputs>
143 <data name="outfile" format="lastdb"> 138 <data name="outfile" format="lastdb"/>
144 <discover_datasets pattern="__designation__" directory="ref_genome"/>
145 </data>
146 </outputs> 139 </outputs>
147 140
148 <tests> 141 <tests>
149 <test> 142 <test>
150 <param name="input_files" value="humanMito.fa.gz" ftype="fasta.gz"/> 143 <param name="input_files" value="humanMito.fa.gz" ftype="fasta.gz"/>