Standalone Blast problem
1
0
Entering edit mode
9.7 years ago
Mohit ▴ 30

H

I want to blast the sequences against my own database... So I am using standalone blast utility. while using update_blastdb.pl I have come accross the error of "Failed to connect to ftp.ncbi.nlm.nih.gov: Invalid argument".

Command: perl update_blastdb.pl --passive refseq_rna.00

Error: Failed to connect to ftp.ncbi.nlm.nih.gov: Invalid argument

Why this error?

blast • 3.4k views
ADD COMMENT
0
Entering edit mode

yeah by using internet browser I can access this site...

OS--> Windows7 ultimate 64bit

Perl5.16.3

ftp 7.5

ADD REPLY
0
Entering edit mode
9.7 years ago
Michael 54k

As I suspected it's a windows problem with Net::FTP, possibly passive mode or options are not supported by perl or your version of FTP on windows this way. Try without switch --passive or try -passive, otherwise you have to download files manually or try a real operating system.

update_blastdb.pl --passive refseq_rna # use dbname not volume filename (refseq_rna.00)
ADD COMMENT
0
Entering edit mode

Still its not working Same error again!

ADD REPLY
0
Entering edit mode

works for me, maybe something wrong with your internet connection (check if you can access ftp.ncbi.nlm.nih.gov)? otherwise more details please: which operating system (windows prob.?) perl version etc. ftp version, etc, etc.

ADD REPLY

Login before adding your answer.

Traffic: 2937 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6