diff igparse.xml @ 10:768e258f8dba draft

Uploaded
author davidvanzessen
date Mon, 19 Dec 2016 09:37:34 -0500
parents afe85eb6572e
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/igparse.xml	Mon Dec 19 09:37:34 2016 -0500
@@ -0,0 +1,15 @@
+<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>