Skip to content

Commit

Permalink
Fix to avoid bark in File::Spec.
Browse files Browse the repository at this point in the history
svn path=/bioperl-run/branches/branch-07/; revision=12984
  • Loading branch information
hlapp committed Aug 25, 2001
1 parent af51c8d commit 5959480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/Tools/Run/StandAloneBlast.pm
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ BEGIN {
# If local BLAST databases are not stored in the standard
# /data directory, the variable BLASTDATADIR will need to be set explicitly
$DATADIR = $ENV{'BLASTDATADIR'} ||
($BLASTDIR ? Bio::Root::IO->catfile($BLASTDIR,'data') : undef);
($BLASTDIR ? Bio::Root::IO->catfile($BLASTDIR,'data') : '');
}

@ISA = qw(Bio::Root::RootI Bio::Root::IO);
Expand Down

0 comments on commit 5959480

Please sign in to comment.