![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
BLAST Database error: No alias or index file found for nucleotide database [nt] | chris_s | Bioinformatics | 14 | 03-24-2019 08:11 AM |
Doing local blast. No alias or index file found for nucleotide database? | hyates | Bioinformatics | 2 | 03-09-2015 05:22 AM |
No alias file for nr database? | bossanova352 | Bioinformatics | 18 | 01-23-2014 12:36 PM |
BLAST+ database error | nupurgupta | Bioinformatics | 7 | 06-08-2012 09:16 AM |
BLAST database error - when changing to new BLAST+ local program | biobio | Bioinformatics | 4 | 06-15-2011 06:20 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: Exeter, UK Join Date: Dec 2014
Posts: 1
|
![]()
Hi Chris,
I am having a similar problem to your original post but unfortunately your workaround hasn't worked for me, do you have any other suggestions? Im running off Biolinnux8 (Ubuntu14.04), I downloaded the whole pre-formated nr database via ftp from ftp://ftp.ncbi.nlm.nih.gov/blast/db/ I ran this command; graham@graham-VirtualBox[graham] blastp -query Dropbox/PhD/Bioinformatics/Organism_sequences/Nosema_ceranae/test.fasta -db /media/sf_F_DRIVE/nr -out blastp_out_1e-05.txt -evalue 1e-05 and got this error; BLAST Database error: No alias or index file found for protein database [/media/sf_F_DRIVE/nr] in search path [/home/graham:/var/lib/blastdb] Following your recommendation I updated the PATH and ran; setenv BLASTDB /home/graham:/var/lib/blastdb:/media/sf_F_DRIVE/nr but it didn't seem to work and I get this message; BLAST Database error: No alias or index file found for protein database [/media/sf_F_DRIVE/nr] in search path [/home/graham:/home/graham:/var/lib/blastdb:/media/sf_F_DRIVE/nr:] the nr directory has all sub databases 00-32 including file extensions phd,phi,phr,pin,pnd,pni,pog,ppd,ppi,psd,psi,psq & tar.gz.md5. Any and all help appreciated. Graham |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,088
|
![]()
Looks like you have done all the right things but it appears that blast is not able to read from that directory (which appears to be on an external drive).
Are you able to get a listing by? Code:
$ ls -lh /media/sf_F_DRIVE/nr* Code:
$ chmod a+r /media/sf_F_DRIVE/nr* Last edited by GenoMax; 05-24-2015 at 02:30 PM. |
![]() |
![]() |
![]() |
#3 |
Senior Member
Location: sub-surface moon base Join Date: Apr 2013
Posts: 372
|
![]()
By nr directory do you mean that you have the unzipped files in:
Code:
/media/sf_F_DRIVE/nr/* Code:
/media/sf_F_DRIVE/*
__________________
savetherhino.org |
![]() |
![]() |
![]() |
Thread Tools | |
|
|