comparison blast_parser.xml @ 2:376ed15e0d27 draft

planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/blast_parser commit f5c5f3d6ce676937f5c673ec7fc0631a9f490dc2
author earlhaminst
date Fri, 24 Mar 2017 12:14:47 -0400
parents fd11653657f9
children 70df762b48a8
comparison
equal deleted inserted replaced
1:fd11653657f9 2:376ed15e0d27
1 <tool id="blast_parser" name="BLAST parser" version="0.1.1"> 1 <tool id="blast_parser" name="BLAST parser" version="0.1.1">
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 5
6 <command> 6 <command detect_errors="exit_code">
7 <![CDATA[ 7 <![CDATA[
8 perl $__tool_directory__/blast_parser.pl 8 perl '$__tool_directory__/blast_parser.pl'
9 $input 9 '$input'
10 > $output 10 > '$output'
11 ]]> 11 ]]>
12 </command> 12 </command>
13 13
14 <inputs> 14 <inputs>
15 <param name="input" type="data" format="tabular" label="Tabular data" help="BLAST 12 column tabular format data"/> 15 <param name="input" type="data" format="tabular" label="Tabular data" help="BLAST 12 column tabular format data"/>