SmartDataAnalytics / BioKEEN

A computational library for learning and evaluating biological knowledge graph embeddings - please see the main PyKEEN repo at https://github.com/pykeen/pykeen/
https://github.com/pykeen/pykeen/
MIT License
46 stars 4 forks source link

Check whether the download of the database was interrupted #9

Closed mali-git closed 2 years ago

mali-git commented 5 years ago

If the download of a database was interrupted, please make sure that download continues when called again or make sure that the process starts from the beginning without requiring the user to do something

cthoyt commented 5 years ago

This issue should probably live in the Bio2BEL repository - there might be a way to have some integrity checking. One example after a fast google search could use this: https://stackoverflow.com/a/24047999/5775947

mali-git commented 5 years ago

This issue should probably live in the Bio2BEL repository - there might be a way to have some integrity checking. One example after a fast google search could use this: https://stackoverflow.com/a/24047999/5775947

I agree, its better to deal with this issue within Bio2BEL. The solution looks good.