Mercurial > repos > davidvanzessen > igparse
comparison igparse.xml @ 2:c86b568de930 draft
Uploaded
author | davidvanzessen |
---|---|
date | Thu, 26 Sep 2013 11:09:57 -0400 |
parents | d55fb6a8df5a |
children | a6a01df3aff6 |
comparison
equal
deleted
inserted
replaced
1:d55fb6a8df5a | 2:c86b568de930 |
---|---|
1 <tool id="igparse" name="igBLASTreport parser" version="0.2.0"> | 1 <tool id="igparse" name="igBLASTreport parser" version="0.2.0"> |
2 <description>Parse igBLASTn report (output format -m 3)</description> | 2 <description>Parse igBLASTn report (output format -m 3)</description> |
3 <command> | 3 <command interpreter="perl"> |
4 perl igparse.pl $input $record | grep -v "D:" | cut -f2- > $output | 4 igparse.pl $input $record | grep -v "D:" | cut -f2- > $output |
5 </command> | 5 </command> |
6 <inputs> | 6 <inputs> |
7 <param name="input" type="data" format="text" label="igBLASTn report"/> | 7 <param name="input" type="data" format="text" label="igBLASTn report"/> |
8 <param name="record" type="integer" value="0" label="Choose a single record or 0 for all"> | 8 <param name="record" type="integer" value="0" label="Choose a single record or 0 for all"> |
9 <validator type="in_range" min="0" max="1000000" /> | 9 <validator type="in_range" min="0" max="1000000" /> |