Downloading microbial genomes
1
0
Entering edit mode
7.0 years ago
Bioaln ▴ 360

Hello. I've been recently trying to download all latest assemblies of B.Subtilis genomes, using the following command:

wget -nc -nH -r --cut-dirs=5 ftp://ftp.ncbi.nlm.nih.gov/genomes/genbank/bacteria/Bacillus_subtilis/latest_assembly_versions/

I wonder, why this doesn't download anything at all? I can download individual files from folders, so it doesn't seem to be a permission problem, or is it?

Thank you!

metagenomics • 1.4k views
ADD COMMENT
2
Entering edit mode
7.0 years ago

Because content in that path are all symlinks of directories, which wget can't handle.

But there's a bash script here.

Or you can use some client, like Filezilla, which can do this.

ADD COMMENT
0
Entering edit mode

Great, this clarifies that bit. Thank you!

ADD REPLY

Login before adding your answer.

Traffic: 2662 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