--- a/common/tools/brag/raptorToBRAG.pl Thu Oct 15 10:03:51 2009 +0100 +++ b/common/tools/brag/raptorToBRAG.pl Thu Oct 15 10:04:51 2009 +0100 @@ -16,6 +16,9 @@ use strict; +use FindBin; +use lib "$FindBin::Bin/../lib"; + use Getopt::Long; use Text::CSV;