[BiO BB] WU Blast installation
kannaiah at bsd.uchicago.edu
kannaiah at bsd.uchicago.edu
Thu Apr 13 15:13:05 EDT 2006
Hi Jeff,
I tried what you suggested. But didnt work. I also tried with export in front of
every variable, that didnt work either:(
-Kiran
Quoting "J.W. Bizzaro" <jeff at bioinformatics.org>:
> kannaiah at bsd.uchicago.edu wrote:
> > #!/bin/bash
> > (export BLASTDB=/biodb1/blast/ncbi/ntseq:/biodb1/blast/ncbi/pepseq;\
> > WUBLASTMAT=/apps/local/runtime/bin32/linux/wublast/matrix;\
> > WUBLASTFILTER=/apps/local/runtime/bin32/linux/wublast/filter;\
> > PATH=$PATH:/apps/local/runtime/bin32/linux/wublast/blastp)
>
> The semicolon separates commands, so you're only exporting the first variable
>
> BLASTDB. The others won't appear in subsequent shells. Try this:
>
> #!/bin/bash
> export BLASTDB=/biodb1/blast/ncbi/ntseq:/biodb1/blast/ncbi/pepseq \
> WUBLASTMAT=/apps/local/runtime/bin32/linux/wublast/matrix \
> WUBLASTFILTER=/apps/local/runtime/bin32/linux/wublast/filter \
> PATH=$PATH:/apps/local/runtime/bin32/linux/wublast/blastp
>
> Jeff
> --
> J.W. Bizzaro
> Bioinformatics Organization, Inc. (Bioinformatics.Org)
> E-mail: jeff at bioinformatics.org
> Phone: +1 508 890 8600
> --
> _______________________________________________
> Bioinformatics.Org general forum - BiO_Bulletin_Board at bioinformatics.org
> https://bioinformatics.org/mailman/listinfo/bio_bulletin_board
>
>
>
-------------------------------------------------
This email is intended only for the use of the individual or entity to which
it is addressed and may contain information that is privileged and
confidential. If the reader of this email message is not the intended
recipient, you are hereby notified that any dissemination, distribution, or
copying of this communication is prohibited. If you have received this email
in error, please notify the sender and destroy/delete all copies of the
transmittal. Thank you.
-------------------------------------------------
More information about the BBB
mailing list