Mercurial > repos > richard-burhans > batched_lastz
view batched_lastz.xml @ 3:eb62d63f4272 draft
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/batched_lastz commit 8252b0fb81997d44bc451a17d3e56f920fbd7af3
author | richard-burhans |
---|---|
date | Wed, 01 May 2024 16:14:16 +0000 |
parents | 007990f98551 |
children | 34d51e66256c |
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="Output"/> </outputs> <help><![CDATA[ TODO: Fill in help. ]]></help> <expand macro="citations"/> </tool>