# HG changeset patch # User davidvanzessen # Date 1380207738 14400 # Node ID d55fb6a8df5a5e76ac699de9cbcda20ffbb9202e # Parent 07cd591055fb89461edb9774027e0c4ac09857fa Uploaded diff -r 07cd591055fb -r d55fb6a8df5a igparse.xml --- a/igparse.xml Mon Sep 23 08:59:50 2013 -0400 +++ b/igparse.xml Thu Sep 26 11:02:18 2013 -0400 @@ -1,7 +1,7 @@ Parse igBLASTn report (output format -m 3) - perl /usr/local/galaxy/galaxy-dist/tools/igblast/igparse/igparse.pl $input $record | grep -v "D:" | cut -f2- > $output + perl igparse.pl $input $record | grep -v "D:" | cut -f2- > $output