For blast, the executables are usually in a subdirectory called bin,
so what you need to add to your path is
PATH=$PATH:wd/ncbi-blast-2.2.29+/bin
also set the BLASTDB variable as already mentioned by actghelix.
Unconfigured Ad
Collapse
X
-
Originally posted by jp. View Postthank you for kind reply
However, I m new in this field. is it possible to get detail steps for the same. I m using human blast.
I m trying reading blast mannual too.
thank you
Leave a comment:
-
thank you for kind reply
However, I m new in this field. is it possible to get detail steps for the same. I m using human blast.
I m trying reading blast mannual too.
thank you
Leave a comment:
-
Read the manual, not the home page. For database paths, you need to create a .ncbirc file to your home where you provide the necessary information.Originally posted by jp. View PostHi
Can someone explain me why I get this errors:
I am using the blast for tophatfusionpost analysis.
I have downloaded:
1. ncbi-blast-2.2.29+
2. nr
3. nt
dir structure is :
wd/ncbi-blast-2.2.29+
wd/blast/nt
wd/blast/nr
PATH=$PATH:wd/ncbi-blast-2.2.29+
PATH=$PATH:wd/blast/nt
PATH=$PATH:wd/blast/nr
export PATH
After that, when I run program,it can not find nt and nr databse.
It gives these 3 errors as follows:
sh: blastn: command not found
blast database error: nt not found in the PATH [wd/blast/nt]
blast database error: nt not found in the PATH [wd/blast/nr]
These nt and nr are in the same PATH, why program can not find it?
I read the blast home page, but can not understand why I get errors?
Kind help is much appreciated.
Leave a comment:
-
Try setting an environmental variable $BLASTDB to include the directory that holds your blast database files (instead of including that directory in your $PATH).Originally posted by jp. View PostHi
Can someone explain me why I get this errors:
I am using the blast for tophatfusionpost analysis.
I have downloaded:
1. ncbi-blast-2.2.29+
2. nr
3. nt
dir structure is :
wd/ncbi-blast-2.2.29+
wd/blast/nt
wd/blast/nr
PATH=$PATH:wd/ncbi-blast-2.2.29+
PATH=$PATH:wd/blast/nt
PATH=$PATH:wd/blast/nr
export PATH
After that, when I run program,it can not find nt and nr databse.
It gives these 3 errors as follows:
sh: blastn: command not found
blast database error: nt not found in the PATH [wd/blast/nt]
blast database error: nt not found in the PATH [wd/blast/nr]
These nt and nr are in the same PATH, why program can not find it?
I read the blast home page, but can not understand why I get errors?
Kind help is much appreciated.
Also, if you put those settings in something like your .profile file, then you need to load that file first before your shell will update the environmental variables. The easiest way to do that is by logging out and logging in.
Leave a comment:
-
Hi
Can someone explain me why I get this errors:
I am using the blast for tophatfusionpost analysis.
I have downloaded:
1. ncbi-blast-2.2.29+
2. nr
3. nt
dir structure is :
wd/ncbi-blast-2.2.29+
wd/blast/nt
wd/blast/nr
PATH=$PATH:wd/ncbi-blast-2.2.29+
PATH=$PATH:wd/blast/nt
PATH=$PATH:wd/blast/nr
export PATH
After that, when I run program,it can not find nt and nr databse.
It gives these 3 errors as follows:
sh: blastn: command not found
blast database error: nt not found in the PATH [wd/blast/nt]
blast database error: nt not found in the PATH [wd/blast/nr]
These nt and nr are in the same PATH, why program can not find it?
I read the blast home page, but can not understand why I get errors?
Kind help is much appreciated.
Leave a comment:
-
yes, that's possible - you'll need to create a blast database from the sequences you want to search against:
Then you'd blast as normal, but the name of your database would be sequences.fasta. The BLAST+ user manual is a good place for more information: http://www.ncbi.nlm.nih.gov/books/NBK1763/Code:makeblastdb -in sequences.fasta -dbtype nucl
Leave a comment:
-
Regarding the above issue, is it possible to blast the query sequence just against a user-defined reference, e.g. fasta file of some particular gene sequences, but not the entire genome database?Originally posted by GenoMax View PostLindashirley99,
It appears that you may not be in the right directory where you installed blast. Check where you presently are using the "pwd" command.
If you are in the right directory then that directory is not in your $PATH. You can either amend your $PATH to include the blast directory or specify a "./" before issuing the actual command like so:
prompt> ./blastn
Leave a comment:
-
thx so much! You saved me!Originally posted by GenoMax View PostLindashirley99,
It appears that you may not be in the right directory where you installed blast. Check where you presently are using the "pwd" command.
If you are in the right directory then that directory is not in your $PATH. You can either amend your $PATH to include the blast directory or specify a "./" before issuing the actual command like so:
prompt> ./blastn
Leave a comment:
-
Lindashirley99,Originally posted by lindashirley99 View PostHi everybody,
I am trying to install standalone Blast (blast-2.2.25+) on my linux system. Following the step suggested by this webpage
http://www.ncbi.nlm.nih.gov/books/NBK52640/
After installation and configuration, when I type blastn command, the system always gives this error
-bash: blastn: command not found
even if I type ls,ll some basic unix command, it does't work.
Please help!!!
It appears that you may not be in the right directory where you installed blast. Check where you presently are using the "pwd" command.
If you are in the right directory then that directory is not in your $PATH. You can either amend your $PATH to include the blast directory or specify a "./" before issuing the actual command like so:
prompt> ./blastn
Leave a comment:
-
Local BLAST installation on Linux
Hi everybody,
I am trying to install standalone Blast (blast-2.2.25+) on my linux system. Following the step suggested by this webpage
http://www.ncbi.nlm.nih.gov/books/NBK52640/
After installation and configuration, when I type blastn command, the system always gives this error
-bash: blastn: command not found
even if I type ls,ll some basic unix command, it does't work.
Please help!!!Tags: None
Latest Articles
Collapse
-
by SEQadmin2
CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).
Despite this, “CRISPR helped turn genome editing from a specialized technique into...-
Channel: Articles
07-31-2026, 11:01 AM -
-
by SEQadmin2
Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.
The systematic characterization of the human proteome has...-
Channel: Articles
07-20-2026, 11:48 AM -
-
by SEQadmin2
Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
...-
Channel: Articles
07-09-2026, 11:10 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 07-31-2026, 02:55 AM
|
0 responses
18 views
0 reactions
|
Last Post
by SEQadmin2
07-31-2026, 02:55 AM
|
||
|
Started by SEQadmin2, 07-24-2026, 12:17 PM
|
0 responses
16 views
0 reactions
|
Last Post
by SEQadmin2
07-24-2026, 12:17 PM
|
||
|
Started by SEQadmin2, 07-23-2026, 11:41 AM
|
0 responses
16 views
0 reactions
|
Last Post
by SEQadmin2
07-23-2026, 11:41 AM
|
||
|
Started by SEQadmin2, 07-20-2026, 11:10 AM
|
0 responses
26 views
0 reactions
|
Last Post
by SEQadmin2
07-20-2026, 11:10 AM
|
Leave a comment: