Mercurial > repos > davidvanzessen > igparse
diff igparse.xml @ 2:c86b568de930 draft
Uploaded
author | davidvanzessen |
---|---|
date | Thu, 26 Sep 2013 11:09:57 -0400 |
parents | d55fb6a8df5a |
children | a6a01df3aff6 |
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"/>