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

rsync error while using standard build #513

Open
jquxch1 opened this issue Oct 10, 2021 · 1 comment
Open

rsync error while using standard build #513

jquxch1 opened this issue Oct 10, 2021 · 1 comment

Comments

@jquxch1
Copy link

jquxch1 commented Oct 10, 2021

Hello,

I am trying to execute the standard build of the Kraken database and I recieved this error:

rsync: link_stat "/all/GCF/000/837/285/GCF_000837285.6_ASM83728v2/GCF_000837285.6_ASM83728v2_genomic.fna.gz" (in genomes) failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]
rsync_from_ncbi.pl: rsync error, exiting: 5888

I recently changed the rsync_from_ncbi.pl script due to the error that many people having on #508, so perhaps that may have to do with that?

Any help would be appreciated.

@jquxch1 jquxch1 changed the title rsync error while doing standard build rsync error while using standard build Oct 10, 2021
@shengxin450
Copy link

Perhaps the current network network and NCBI connection is not stable, this time, there is no other way, can only try for many times. Or you can download the taxonomic files (Taxonomy) first, and then download the sequence files of the standard database for humans, bacteria, archaea, etc. respectively, and then build the library. Like this:
(1) kraken2-build --threads 56 --db ~/kraken2_db --download-taxonomy
(2) kraken2-build --threads 56 --db ~/kraken2_db --download-library bacteria
(3) kraken2-build --threads 56 --db ~/kraken2_db --download-library viral
(4) kraken2-build --threads 56 --db ~/kraken2_db --download-library archaea
(5) kraken2-build --threads 56 --db ~/kraken2_db --download-library UniVec_Core
......
kraken2-build --build --threads 56 --db ~/kraken2_db
By the way, when I download the virus sequence file, I have the same problem as you have, maybe the standard database build error is due to the virus database problem?!祝你顺利

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

2 participants