Repository 'batched_lastz'
hg clone https://toolshed.g2.bx.psu.edu/repos/richard-burhans/batched_lastz

Changeset 3:eb62d63f4272 (2024-05-01)
Previous changeset 2:007990f98551 (2024-05-01) Next changeset 4:78c4cef2b5a9 (2024-05-01)
Commit message:
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/batched_lastz commit 8252b0fb81997d44bc451a17d3e56f920fbd7af3
modified:
batched_lastz.xml
macros.xml
b
diff -r 007990f98551 -r eb62d63f4272 batched_lastz.xml
--- a/batched_lastz.xml Wed May 01 13:53:26 2024 +0000
+++ b/batched_lastz.xml Wed May 01 16:14:16 2024 +0000
b
@@ -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>
b
diff -r 007990f98551 -r eb62d63f4272 macros.xml
--- a/macros.xml Wed May 01 13:53:26 2024 +0000
+++ b/macros.xml Wed May 01 16:14:16 2024 +0000
b
@@ -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>