sdsc-ordes / modos-api

Python API to manage multi-omics digital objects
https://sdsc-ordes.github.io/modos-api
Apache License 2.0
0 stars 0 forks source link

Refactor/remote #68

Closed almutlue closed 5 months ago

almutlue commented 5 months ago

Description:

Use a new Storage class to handle different storage protocols (in this case S3, local filesystem) within MODO. This simplifies the modo class code and provides a clean interface in case we need to add other storage protocols. MODO can make use of the Storage instance via composition.

code: @cmdoret and @almutlue