[Bioperl-l] StandAloneBlast and Shell Variable Question

James Thompson tex at bioinformatics.rit.edu
Tue Apr 13 23:48:42 EDT 2004


One option would be to reset the environment variable within your perl script,
like this:

$ENV{'BLASTDATADIR'} = '/usr/share/ncbi/blastdb';
$ENV{'BLASTDIR'}     = '/usr/share/ncbi/blast';

Tex Thompson

On Wed, 14 Apr 2004, Bill Dirks wrote:

> Hello,
>    I was wondering if there is a way to set  BLASTDIR and BLASTDATADIR from inside a perl script 
> instead of getting their values from the shell variables.
> Thanks,
> Bill
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l at portal.open-bio.org
> http://portal.open-bio.org/mailman/listinfo/bioperl-l
> 



More information about the Bioperl-l mailing list