comparison blast_parser.xml @ 4:363f3480622d draft default tip

planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/blast_parser commit 598e396ffaf5834a1c8f32868b1568a2b48a0a78-dirty
author earlhaminst
date Thu, 12 Oct 2017 07:25:29 -0400
parents 70df762b48a8
children
comparison
equal deleted inserted replaced
3:70df762b48a8 4:363f3480622d
1 <tool id="blast_parser" name="BLAST parser" version="0.1.2"> 1 <tool id="blast_parser" name="BLAST parser" version="0.1.2">
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
6 <command detect_errors="exit_code"> 5 <command detect_errors="exit_code">
7 <![CDATA[ 6 <![CDATA[
8 python '$__tool_directory__/blast_parser.py' 7 python '$__tool_directory__/blast_parser.py'
9 -i '$input' 8 -i '$input'
10 -o '$output' 9 -o '$output'