HumanCellAtlas / dcp-cli

DEPRECATED - HCA Data Coordination Platform Command Line Interface
https://hca.readthedocs.io/
MIT License
6 stars 8 forks source link

dss download size prioritization #390

Open amarjandu opened 5 years ago

amarjandu commented 5 years ago

During a dss download a bundle manifest is used to download files related to a bundle, the manifest[file][SIZE] could be used to download smaller files first (more likely to fit checkout criteria), and also allowing the checkout process to work on the larger files. This should lead to a faster average download time for the user.

amarjandu commented 5 years ago

This ticket can be completed at the same time as data-store #2231