Skip to content
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

Open
DanMan-09 opened this issue Aug 29, 2022 · 6 comments
Open

Centrifuge Database Download Error #245

DanMan-09 opened this issue Aug 29, 2022 · 6 comments

Comments

@DanMan-09
Copy link

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]

@MardahlM
Copy link

I also experience this issue. Can anyone help?

@mourisl
Copy link
Collaborator

mourisl commented Nov 21, 2022

Are other download programs (i.e. "curl" or "wget") available on your system?

@MardahlM
Copy link

I use a Docker container for Centrifuge 1.0.4 and use curl to download.

@sanderdebacker
Copy link

As mentioned in Issue#67, centrifuge-download now has the option to specify the download program with -g.

@beckdac
Copy link

beckdac commented Mar 1, 2023

@sanderdebacker That -g option conflicts with another -g option and therefore it doesn't always work correctly.

@Altay88
Copy link

Altay88 commented Apr 10, 2023

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!
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
ssh: Could not resolve hostname https: Temporary failure in name resolution
rsync error: unexplained error (code 255) at io.c(231) [Receiver=3.2.7]
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(231) [Receiver=3.2.7]
ssh: Could not resolve hostname https: Temporary failure in name resolution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants