Mercurial > repos > richard-burhans > batched_lastz
comparison batched_lastz.xml @ 2:007990f98551 draft
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/batched_lastz commit 3bbc9b941798f866a1d8b7af1e3c0444e5130fd9
author | richard-burhans |
---|---|
date | Wed, 01 May 2024 13:53:26 +0000 |
parents | ad3554614aad |
children | eb62d63f4272 |
comparison
equal
deleted
inserted
replaced
1:ad3554614aad | 2:007990f98551 |
---|---|
1 | |
1 <tool id="batched_lastz" name="Batched Lastz" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> | 2 <tool id="batched_lastz" name="Batched Lastz" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>: align batches of sequences</description> | 3 <description>: align batches of sequences</description> |
3 <macros> | 4 <macros> |
4 <import>macros.xml</import> | 5 <import>macros.xml</import> |
5 </macros> | 6 </macros> |
6 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
8 <required_files> | |
9 <include path="run_lastz_tarball.py"/> | |
10 </required_files> | |
7 <command detect_errors="exit_code"><![CDATA[ | 11 <command detect_errors="exit_code"><![CDATA[ |
8 run_lastz_tarball.py '--input=$input' '--output=$output' '--parallel=\${GALAXY_SLOTS:-2}' | 12 python '$__tool_directory__/run_lastz_tarball.py' |
13 '--input=$input' | |
14 '--output=$output' | |
15 --parallel=\${GALAXY_SLOTS:-2} | |
9 ]]></command> | 16 ]]></command> |
10 <inputs> | 17 <inputs> |
11 <param argument="--input" type="data" format="tgz" label="Tarball"/> | 18 <param argument="--input" type="data" format="tgz" label="Tarball"/> |
12 </inputs> | 19 </inputs> |
13 <outputs> | 20 <outputs> |