DerrickWood / kraken2

The second version of the Kraken taxonomic sequence classification system
MIT License
683 stars 266 forks source link

download_taxonomy.sh: line 27: rsync: command not found #820

Open Tsingsjeen opened 2 months ago

Tsingsjeen commented 2 months ago

Hi,

When I am going to download the kraken2 database following the nature protocol, there is an error pops up as the title shown, my code is: "kraken2-build --db krakendb --download-taxonomy".

I am asking for help to solve this problem.

thank you!

jjoropezav commented 2 months ago

hi @Tsingsjeen, i had the same error some days ago, i fixed it replacing the rsync file in my conda enviroment rsync_from_ncbi.pl.txt just remove the .txt extension

im currently building a database, so i dont know yet if it worked or not correctly

tell me if it worked for you

b regards

Tsingsjeen commented 2 months ago

hi @Tsingsjeen, i had the same error some days ago, i fixed it replacing the rsync file in my conda enviroment rsync_from_ncbi.pl.txt just remove the .txt extension

im currently building a database, so i dont know yet if it worked or not correctly

tell me if it worked for you

b regards

thanks!

I manually downloaded and unpacked this to my kraken2 database. ;-)!

Best, Chen