PGScatalog / pgscatalog_utils

(superseded by pygscatalog) Utilities for working with PGS Catalog API and scoring files
Apache License 2.0
4 stars 3 forks source link

Refactor downloads to be more robust #44

Closed nebfield closed 1 year ago

nebfield commented 1 year ago

Historical approach:

New approach:

The downloads module started off simple but got a bit untidy as we added features, so I've tried to simplify the structure and remove redundant functions.

The main motivation for this PR is making pgsc_calc less likely to throw errors on the INTERVENE platform when the FTP is busy.

To do:

smlmbrt commented 1 year ago

I marked this for @ens-lgil to review, as he has more expertise on the API & checksums

nebfield commented 1 year ago

Thanks for the review @ens-lgil 🤠