Skip to content

Commit

Permalink
adding python as a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard C. Burhans committed May 1, 2024
1 parent 3bbc9b9 commit 8252b0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tools/batched_lastz/batched_lastz.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tools/batched_lastz/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8252b0f

Please sign in to comment.