Repository 'blast_parser'
hg clone https://toolshed.g2.bx.psu.edu/repos/earlhaminst/blast_parser

Changeset 6:fea757b85172 (2025-03-03)
Previous changeset 5:e14f71c3a70e (2025-02-24)
Commit message:
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/main/tools/blast_parser commit d96cd7ee9c686c185b6734aa08ab5a891cc44149-dirty
modified:
blast_parser.xml
b
diff -r e14f71c3a70e -r fea757b85172 blast_parser.xml
--- a/blast_parser.xml Mon Feb 24 11:13:32 2025 +0000
+++ b/blast_parser.xml Mon Mar 03 17:48:20 2025 +0000
[
@@ -1,10 +1,13 @@
-<tool id="blast_parser" name="BLAST parser" version="0.1.2">
+<tool id="blast_parser" name="BLAST parser" version="0.2.0">
     <description>
         Convert 12- or 24-column BLAST output into 3-column hcluster_sg input
     </description>
+    <requirements>
+        <requirement type="package" version="3.13">python</requirement>
+    </requirements>
     <command detect_errors="exit_code">
 <![CDATA[
-python '$__tool_directory__/blast_parser.py'
+python3 '$__tool_directory__/blast_parser.py'
 -i '$input'
 -o '$output'
 #if $reciprocal