biobricks-ai / biobricks-r

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

demo bricks #13

Closed tomlue closed 2 years ago

tomlue commented 2 years ago

On wednesday we have a biobricks demo. I will run code like this for each brick:

local_bblib()
brick_install("some-brick")
brick_pull("some-brick") 
brick_load_arrow("some-brick") # or brick_load_sqlite

Please ensure this works with:

jborden commented 2 years ago

dbSNP is pretty big, over an hour to download.

tomlue commented 2 years ago

If a file is > 10gb we should partition it into 1-2gb chunks. This will help with analysis and with download speed.

The partition should be done so that new versions do not overwrite old versions.

jborden commented 2 years ago

Ok I can do that