comparison batched_lastz.xml @ 0:103538753e81 draft

planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/batched_lastz commit 7b119b432f721e228a73396d4e8f0d54350b0481
author richard-burhans
date Tue, 30 Apr 2024 21:06:58 +0000
parents
children ad3554614aad
comparison
equal deleted inserted replaced
-1:000000000000 0:103538753e81
1 <tool id="batched_lastz" name="Batched Lastz" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>: align batches of sequences</description>
3 <macros>
4 <import>macros.xml</import>
5 </macros>
6 <expand macro="requirements"/>
7 <command detect_errors="exit_code"><![CDATA[
8 run_lastz_tarball.py '--input=$input' '--output=$output' '--parallel=\${GALAXY_SLOTS:-2}'
9 ]]></command>
10 <inputs>
11 <param argument="--tarball" type="data" format="tgz" label="Tarball"/>
12 </inputs>
13 <outputs>
14 <data name="output" label="Output"/>
15 </outputs>
16 <help><![CDATA[
17 TODO: Fill in help.
18 ]]></help>
19 <expand macro="citations"/>
20 </tool>