Mercurial > repos > richard-burhans > batched_lastz
changeset 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 | 78c4cef2b5a9 |
files | batched_lastz.xml macros.xml |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/batched_lastz.xml Wed May 01 13:53:26 2024 +0000 +++ b/batched_lastz.xml Wed May 01 16:14:16 2024 +0000 @@ -1,4 +1,3 @@ - <tool id="batched_lastz" name="Batched Lastz" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>: align batches of sequences</description> <macros>
--- a/macros.xml Wed May 01 13:53:26 2024 +0000 +++ b/macros.xml Wed May 01 16:14:16 2024 +0000 @@ -2,7 +2,7 @@ <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">lastz</requirement> - <yield/> + <requirement type="package" version="3.9">python</requirement> </requirements> </xml> <token name="@TOOL_VERSION@">1.04.22</token>