Mercurial > repos > earlhaminst > blast_parser
changeset 6:fea757b85172 draft default tip
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/main/tools/blast_parser commit d96cd7ee9c686c185b6734aa08ab5a891cc44149-dirty
author | earlhaminst |
---|---|
date | Mon, 03 Mar 2025 17:48:20 +0000 |
parents | e14f71c3a70e |
children | |
files | blast_parser.xml |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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