changeset 9:ab5611663f32 draft default tip

planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/main/tools/GAFA/ commit d96cd7ee9c686c185b6734aa08ab5a891cc44149-dirty
author earlhaminst
date Mon, 03 Mar 2025 17:47:53 +0000
parents a6c4483a02be
children
files GAFA.py GAFA.xml
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/GAFA.py	Mon Feb 24 11:06:56 2025 +0000
+++ b/GAFA.py	Mon Mar 03 17:47:53 2025 +0000
@@ -1,5 +1,3 @@
-from __future__ import print_function
-
 import collections
 import optparse
 import re
--- a/GAFA.xml	Mon Feb 24 11:06:56 2025 +0000
+++ b/GAFA.xml	Mon Mar 03 17:47:53 2025 +0000
@@ -1,8 +1,11 @@
-<tool id="gafa" name="Gene Align and Family Aggregator" version="0.3.1">
+<tool id="gafa" name="Gene Align and Family Aggregator" version="0.4.0">
     <description>generates an SQLite database that can be visualised with Aequatus</description>
+    <requirements>
+        <requirement type="package" version="3.13">python</requirement>
+    </requirements>
     <command detect_errors="exit_code">
 <![CDATA[
-python '$__tool_directory__/GAFA.py'
+python3 '$__tool_directory__/GAFA.py'
 #for $dataset in $treeFile:
     -t '$dataset'
 #end for