Mercurial > repos > richard-burhans > batched_lastz
view batched_lastz.xml @ 1:ad3554614aad draft
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/batched_lastz commit fc8b75c4bed19a7d2eb854ac0476f26c81698c15
author | richard-burhans |
---|---|
date | Tue, 30 Apr 2024 21:48:00 +0000 |
parents | 103538753e81 |
children | 007990f98551 |
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"/> <command detect_errors="exit_code"><![CDATA[ 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>