Mercurial > repos > davidvanzessen > igblastparser_igg
comparison igparse.xml @ 2:176ce910f659 draft default tip
Uploaded
author | davidvanzessen |
---|---|
date | Thu, 09 Apr 2015 10:28:57 -0400 |
parents | 0cb0a9b5234d |
children |
comparison
equal
deleted
inserted
replaced
1:0cb0a9b5234d | 2:176ce910f659 |
---|---|
1 <tool id="igblastparser_igg" name="igBLASTparser" version="0.2.0"> | 1 <tool id="igblastparser_igg" name="igBLASTparser" version="0.2.0"> |
2 <description> </description> | 2 <description> </description> |
3 <command interpreter="perl"> | 3 <command interpreter="perl"> |
4 igparse.pl $input 0 2>/dev/null| grep -v "D:" | cut -f2- > $output | 4 igparse.pl $input 0 2>/dev/null | 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 </inputs> | 8 </inputs> |
9 <outputs> | 9 <outputs> |