Mercurial > repos > richard-burhans > batched_lastz
comparison batched_lastz.xml @ 14:43e72105f473 draft default tip
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/batched_lastz commit 646cb397d5219aba8b2eb365bef61195789e1d81
author | richard-burhans |
---|---|
date | Fri, 30 Aug 2024 15:32:44 +0000 |
parents | 1aee697ec0fc |
children |
comparison
equal
deleted
inserted
replaced
13:1aee697ec0fc | 14:43e72105f473 |
---|---|
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 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. | 29 Batched LASTZ is a special version of LASTZ designed to process output of Galaxy's KegAlign tool. It outputs pairiwse alignments in a verietry of formats. |
30 | 30 |
31 **Using this tool** | 31 **Using this tool** |
32 | 32 |
33 .. class:: warningmark | 33 .. class:: warningmark |
34 | 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. | 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 KegAlign tool. |
36 | 36 |
37 **What it does** | 37 **What it does** |
38 | 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. | 39 KegAlign 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 | 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. | 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. |
42 ]]></help> | 42 ]]></help> |
43 <expand macro="citations"/> | 43 <expand macro="citations"/> |
44 </tool> | 44 </tool> |