-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Centrifuge Database Download Error #245
Comments
I also experience this issue. Can anyone help? |
Are other download programs (i.e. "curl" or "wget") available on your system? |
I use a Docker container for Centrifuge 1.0.4 and use curl to download. |
As mentioned in Issue#67, |
@sanderdebacker That |
Hi, I faced the same problem with the download genomes from NCBI. Can anyone help? centrifuge-download -P 32 -o library -m -d "archaea,bacteria,viral,fungi" refseq > seqid2taxid.map Error downloading https://rsync.ncbi.nlm.nih.gov/genomes/all/GCF/029/338/215/GCF_029338215.1_ASM2933821v1/GCF_029338215.1_ASM2933821v1_genomic.fna.gz! |
I'm trying to install the database, the first step,
centrifuge-download -o taxonomy taxonomy
worked fine, but when I tried
centrifuge-download -o library -m -d "archaea,bacteria,viral" refseq > seqid2taxid.map
it gave many errors as such
Downloading ftp://ftp.ncbi.nlm.nih.gov/genomes/refseq/archaea/assembly_summary.txt ...
Downloading 471 archaea genomes at assembly level Complete Genome ... (will take a while)
ssh: Could not resolve hostname https: Name or service not known
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(235) [Receiver=3.1.2]
Error downloading https://rsync.ncbi.nlm.nih.gov/genomes/all/GCF/000/762/265/GCF_000762265.1_ASM76226v1/GCF_000762265.1_ASM76226v1_genomic.fna.gz!
ssh: Could not resolve hostname https: Name or service not known
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(235) [Receiver=3.1.2]
The text was updated successfully, but these errors were encountered: