comparison batched_lastz.xml @ 13:1aee697ec0fc draft

planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/batched_lastz commit 899fc661e76905ace1a27aad1563b62e01944ce7
author richard-burhans
date Mon, 19 Aug 2024 19:42:23 +0000
parents ae309acc76e8
children 43e72105f473
comparison
equal deleted inserted replaced
12:ae309acc76e8 13:1aee697ec0fc
1 <tool id="batched_lastz" name="Batched Lastz" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> 1 <tool id="batched_lastz" name="Batched LASTZ" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>: align batches of sequences</description> 2 <description>: align batches of sequences</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
15 ]]></command> 15 ]]></command>
16 <inputs> 16 <inputs>
17 <param argument="--input" type="data" format="tgz" label="Tarball"/> 17 <param argument="--input" type="data" format="tgz" label="Tarball"/>
18 </inputs> 18 </inputs>
19 <outputs> 19 <outputs>
20 <data name="output" label="Batched Lastz on ${on_string}" format="auto" /> 20 <data name="output" label="Batched LASTZ on ${on_string}" format="auto" />
21 </outputs> 21 </outputs>
22 <tests> 22 <tests>
23 <test expect_num_outputs="1"> 23 <test expect_num_outputs="1">
24 <param name="input" value="input.tgz" ftype="tgz"/> 24 <param name="input" value="input.tgz" ftype="tgz"/>
25 <output name="output" decompress="true" file="output.maf.gz" ftype="maf"/> 25 <output name="output" decompress="true" file="output.maf.gz" ftype="maf"/>
26 </test> 26 </test>
27 </tests> 27 </tests>
28 <help><![CDATA[ 28 <help><![CDATA[
29 Run batched lastz 29 Batched LASTZ is a special version of LASTZ designed to process output of Galaxy's SegAlign tool. It outputs pairiwse alignments in a verietry of formats.
30
31 **Using this tool**
32
33 .. class:: warningmark
34
35 This tool is the second part of a two-step process for generation of paiwrise alignments. The output of this tool is alignments in a format that was specified in **Output Options** section of SegAlign tool.
36
37 **What it does**
38
39 SegAlign processes **Target** and **Query** sequences to identify highly similar regions where gapped extension will be performed to create actual alignments. The actual alignments are generated by **Batched LASTZ** that should be run on the output of this tool.
40
41 The default output is a MAF alignment file. Other formats can be configured in *Output Options* section. See LASTZ manual <https://lastz.github.io/lastz/#formats>`_ for description of possible formats.
30 ]]></help> 42 ]]></help>
31 <expand macro="citations"/> 43 <expand macro="citations"/>
32 </tool> 44 </tool>