Mercurial > repos > davidvanzessen > igparse
changeset 4:2390c4eabd24 draft default tip
Uploaded
author | davidvanzessen |
---|---|
date | Thu, 23 Jan 2014 04:24:09 -0500 |
parents | a6a01df3aff6 |
children | |
files | igparse.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/igparse.xml Fri Nov 01 11:23:17 2013 -0400 +++ b/igparse.xml Thu Jan 23 04:24:09 2014 -0500 @@ -1,5 +1,5 @@ -<tool id="igparse" name="igBLASTreport parser" version="0.2.0"> - <description>Parse igBLASTn report (output format -m 3)</description> +<tool id="igblastparser_igg" name="igBLASTparser" version="0.2.0"> + <description> </description> <command interpreter="perl"> igparse.pl $input 0 | grep -v "D:" | cut -f2- > $output </command>