view igparse.xml @ 58:a073fa12ef98 draft

Uploaded
author davidvanzessen
date Fri, 18 Mar 2016 08:02:22 -0400
parents f90fbc15b35a
children
line wrap: on
line source

<tool id="igblastparser_igg" name="igBLASTparser" version="0.2.0">
	<description> </description>
	<command interpreter="perl">
		igblastparser/igparse.pl $input 0 2>/dev/null | 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>