![]() |
|
![]() |
||||
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 |
No alias file for nr database? | bossanova352 | Bioinformatics | 18 | 01-23-2014 12:36 PM |
Local BLAST no hits found | PSchneeb | Bioinformatics | 6 | 04-18-2012 06:16 AM |
BLAST database error - when changing to new BLAST+ local program | biobio | Bioinformatics | 4 | 06-15-2011 06:20 AM |
Local Blast Error of index file | Shani | Bioinformatics | 0 | 02-12-2011 02:45 AM |
![]() |
|
Thread Tools |
![]() |
#1 | |
Member
Location: Kansas City Join Date: Jan 2014
Posts: 18
|
![]()
I am attempting to do a local blast nt. I have implemented the following procedure:
The command I run is as follows: Code:
blastn -query ~/programming/blastexamples/example2/db/even_tribolium.fasta -db ~/localblastdb -task blastn -html -out out.html Quote:
Is there something wrong with my .fasta file? All I want to do is blast the local nt db against it and see what hits/matches I get. So I am quite confused as to why I am getting an error. |
|
![]() |
![]() |
![]() |
#2 |
Junior Member
Location: Denmark Join Date: Aug 2011
Posts: 7
|
![]()
You haven't specified nt as the database you want to search in the command you gave. Assuming that your nt files are all in place and as they should be, and that they are located under ~/localblastdb, then try changing the -db part of the command to "-db ~/localblastdb/nt" and see if that helps.
|
![]() |
![]() |
![]() |
#3 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,091
|
![]()
You have to provide "basename" of the database you are trying to search against (in your case nt) with the -db option. As bt27uk has already pointed out above, all nt* files need to be in the same directory.
|
![]() |
![]() |
![]() |
Tags |
bash, blastn, fasta, ncbi |
Thread Tools | |
|
|