comparison tools/ncbi_blast_plus/blastxml_to_top_descr.xml @ 8:a8ef75aab1f9 draft

Uploaded v0.0.7, README style updated, MIT license
author peterjc
date Wed, 24 Jul 2013 11:56:22 -0400
parents a7add03a44fd
children
comparison
equal deleted inserted replaced
7:a7add03a44fd 8:a8ef75aab1f9
1 <tool id="blastxml_to_top_descr" name="BLAST top hit descriptions" version="0.0.6"> 1 <tool id="blastxml_to_top_descr" name="BLAST top hit descriptions" version="0.0.7">
2 <description>Make a table from BLAST XML</description> 2 <description>Make a table from BLAST XML</description>
3 <version_command interpreter="python">blastxml_to_top_descr.py --version</version_command> 3 <version_command interpreter="python">blastxml_to_top_descr.py --version</version_command>
4 <command interpreter="python"> 4 <command interpreter="python">
5 blastxml_to_top_descr.py "${blastxml_file}" "${tabular_file}" ${topN} 5 blastxml_to_top_descr.py "${blastxml_file}" "${tabular_file}" ${topN}
6 </command> 6 </command>
47 then use this tool to make a table of the top three BLAST hits. This 47 then use this tool to make a table of the top three BLAST hits. This
48 can give you a 'quick and dirty' crude annotation, potentially enough 48 can give you a 'quick and dirty' crude annotation, potentially enough
49 to spot some problems (e.g. bacterial contaimination could be very 49 to spot some problems (e.g. bacterial contaimination could be very
50 obvious). 50 obvious).
51 51
52 **Citation**
53
54 This wrapper is available to install into other Galaxy Instances via the Galaxy
55 Tool Shed at http://toolshed.g2.bx.psu.edu/view/peterjc/blastxml_to_top_descr
56
52 </help> 57 </help>
53 </tool> 58 </tool>