Unable to RUN Blastlocal function of Bioinformatics Toolbox: DNS server not authoritative for zone

I have installed NCBI Blast Executable in my local computer running Windows 8.1. from <ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ncbi-blast-2.2.31+-win64.exe>.
I've added the executable PATH (C:\Program Files\NCBI\blast-2.2.31+\bin) in the System PATH. But when i run command like
InputdbValue = 'yeast.fasta';
blastformat('Inputdb', InputdbValue);
It show the error-
Error using blastformat (line 154)
FORMATDB produced the following error(s): DNS server not authoritative for zone.
Similarly when i try to execute blastlocal i got the similar DNS error-
data = blastlocal('inputquery', 'testSeq.fasta',...
'database', 'yeast');
and the error is -
Error using blastlocal (line 294)
BLASTALL produced the following error(s): DNS server not authoritative for zone.
I'm using matlab version R2014b.
Now It would be very helpful for me if you kindly give any hints about the DNS problem. Thanks.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Bioinformatics Toolbox에 대해 자세히 알아보기

질문:

2015년 11월 12일

편집:

2015년 11월 12일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by