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

Error when installing Kraken2 #550

Open
rpaul5 opened this issue Jan 13, 2022 · 3 comments
Open

Error when installing Kraken2 #550

rpaul5 opened this issue Jan 13, 2022 · 3 comments

Comments

@rpaul5
Copy link

rpaul5 commented Jan 13, 2022

Dear developer,
When installing Kraken2 with the following command: kraken2-build --standard --threads 24 --db MY_KRAKEN2_DB

I get this error:
unexpected FTP path (new server?) for https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/762/265/GCF_000762265.1_ASM76226v1

How do I solve this issue?

@escamero
Copy link

I encountered the same issue and applied the following and it seems to have worked:
#508 (comment)

@skmonckton
Copy link

I have encountered this exact same issue, but when I went to modify rsync_from_ncbi.pl, I found that line 46 already has ^https://. Changing it to ^ftp:// did not resolve the issue. So what now? The only resolution to this problem I can find here is to change that line to ^https://.

Re-running the build script at different times (to account for NCBI server issues) does not result in any success.

@skmonckton
Copy link

I skipped the build step by downloading and extracting an already-built standard database from here: https://benlangmead.github.io/aws-indexes/k2

Thank you @SergeyBaikal for suggesting this in issue #551.

Seems to be a fine workaround.

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

3 participants