Mercurial > repos > earlhaminst > blast_parser
comparison blast_parser.xml @ 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 |
comparison
equal
deleted
inserted
replaced
5:e14f71c3a70e | 6:fea757b85172 |
---|---|
1 <tool id="blast_parser" name="BLAST parser" version="0.1.2"> | 1 <tool id="blast_parser" name="BLAST parser" version="0.2.0"> |
2 <description> | 2 <description> |
3 Convert 12- or 24-column BLAST output into 3-column hcluster_sg input | 3 Convert 12- or 24-column BLAST output into 3-column hcluster_sg input |
4 </description> | 4 </description> |
5 <requirements> | |
6 <requirement type="package" version="3.13">python</requirement> | |
7 </requirements> | |
5 <command detect_errors="exit_code"> | 8 <command detect_errors="exit_code"> |
6 <![CDATA[ | 9 <![CDATA[ |
7 python '$__tool_directory__/blast_parser.py' | 10 python3 '$__tool_directory__/blast_parser.py' |
8 -i '$input' | 11 -i '$input' |
9 -o '$output' | 12 -o '$output' |
10 #if $reciprocal | 13 #if $reciprocal |
11 -r | 14 -r |
12 #end if | 15 #end if |