Mercurial > repos > davidvanzessen > igparse
view igparse.xml @ 3:a6a01df3aff6 draft
Uploaded
author | davidvanzessen |
---|---|
date | Fri, 01 Nov 2013 11:23:17 -0400 |
parents | c86b568de930 |
children | 2390c4eabd24 |
line wrap: on
line source
<tool id="igparse" name="igBLASTreport parser" version="0.2.0"> <description>Parse igBLASTn report (output format -m 3)</description> <command interpreter="perl"> igparse.pl $input 0 | grep -v "D:" | cut -f2- > $output </command> <inputs> <param name="input" type="data" format="text" label="igBLASTn report"/> </inputs> <outputs> <data name="output" format="tabular" label="${input.name}-parsed" /> </outputs> <help> Step 2 of the Immune Repertoire tools, extracts the relevant information needed from the reports generated by igblast (Step 1) </help> </tool>