Mercurial > repos > earlhaminst > blast_parser
view 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 |
line wrap: on
line source
<tool id="blast_parser" name="BLAST parser" version="0.1.1"> <description> Convert 12- or 24-column BLAST output into 3-column hcluster_sg input </description> <command detect_errors="exit_code"> <![CDATA[ perl '$__tool_directory__/blast_parser.pl' '$input' > '$output' ]]> </command> <inputs> <param name="input" type="data" format="tabular" label="Tabular data" help="BLAST 12 column tabular format data"/> </inputs> <outputs> <data name="output" format="tabular" label="$tool.name on ${on_string}" /> </outputs> <tests> <test> <param name="input" ftype="tabular" value="input.tabular" /> <output name="output" file="output.tabular" /> </test> </tests> <help> <![CDATA[ Simple tool to convert a 12- or 24-column BLAST output into a 3-column format (qseqid, sseqid, round(-1 * log10(evalue))) usable as input for the hcluster_sg tool. ]]> </help> <citations> </citations> </tool>