DerrickWood / kraken2

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

Improve resilience of rsync of library data #705

Closed josefdlange closed 2 weeks ago

josefdlange commented 1 year ago

This change accomplishes two things:

  1. Adds the rsync dry run to all downloads.
  2. Fixes an incompatibility/ambiguity with FTP vs. rsync being selected as the download method, and the resulting server/protocol check of downloads.

I've tested locally running an rsync download, it appears to behave appropriately.

josefdlange commented 1 year ago

Happy to see approval on this. @DerrickWood any input from you? Would love to see this integrated into a future release.