biobricks-ai / biobricks-r

R package for biobricks
https://biobricks.ai
Other
1 stars 0 forks source link

Update BioBricks to Handle Multiple Data Asset Formats #27

Open tomlue opened 1 year ago

tomlue commented 1 year ago

BioBricks aims to distribute a variety of assets beyond just parquet files. Given this goal, managing dependencies, especially those related to data loading like 'arrow', becomes crucial. We should handle such dependencies in a soft manner to ensure that BioBricks doesn't accumulate a large number of them, optimizing both functionality and ease of installation.

Feedback and suggestions regarding this enhancement are highly appreciated.