Mercurial > repos > richard-burhans > batched_lastz
view batched_lastz.xml @ 12:ae309acc76e8 draft
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/batched_lastz commit 1a052ee3b2fbb2ecf959a6f9c7794eefc9c9c55e
author | richard-burhans |
---|---|
date | Fri, 16 Aug 2024 15:45:50 +0000 |
parents | 4cd7884635c2 |
children | 1aee697ec0fc |
line wrap: on
line source
<tool id="batched_lastz" name="Batched Lastz" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>: align batches of sequences</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"/> <required_files> <include path="run_lastz_tarball.py"/> </required_files> <command detect_errors="exit_code"><![CDATA[ python '$__tool_directory__/run_lastz_tarball.py' '--input=$input' '--output=$output' --parallel=\${GALAXY_SLOTS:-2} ]]></command> <inputs> <param argument="--input" type="data" format="tgz" label="Tarball"/> </inputs> <outputs> <data name="output" label="Batched Lastz on ${on_string}" format="auto" /> </outputs> <tests> <test expect_num_outputs="1"> <param name="input" value="input.tgz" ftype="tgz"/> <output name="output" decompress="true" file="output.maf.gz" ftype="maf"/> </test> </tests> <help><![CDATA[ Run batched lastz ]]></help> <expand macro="citations"/> </tool>