changeset 2:c86b568de930 draft

Uploaded
author davidvanzessen
date Thu, 26 Sep 2013 11:09:57 -0400
parents d55fb6a8df5a
children a6a01df3aff6
files igparse.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/igparse.xml	Thu Sep 26 11:02:18 2013 -0400
+++ b/igparse.xml	Thu Sep 26 11:09:57 2013 -0400
@@ -1,7 +1,7 @@
 <tool id="igparse" name="igBLASTreport parser" version="0.2.0">
 	<description>Parse igBLASTn report (output format -m 3)</description>
-	<command>
-		perl igparse.pl $input $record | grep -v "D:" | cut -f2- > $output
+	<command interpreter="perl">
+		igparse.pl $input $record | grep -v "D:" | cut -f2- > $output
 	</command>
 	<inputs>
 		<param name="input" type="data" format="text" label="igBLASTn report"/>