This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Upload database of a tool

Hi all,

I developed a tool and wish to upload the tool's database (some sequences and tabular data ~10GB), to a public storage service, so the potential users will be able to download it.

I wish:

1) to be able to update the db often in the upcoming months and once in a while after its publication. 2) it would be easy to download through wget or similar.

Any recommendation for a service that will allow that?

Thanks

software-development

2 answers

Zenodo has a 50 Gb per dataset limit, but one can upload many datasets. Details are here.

You may want to consider compressing the raw data.

using AWS S3, you can host a 10GB file for about 0.25 cents per month ($3 dollars per year). a similar service from cloudflare says that 10GB may be in their free tier https://developers.cloudflare.com/r2/platform/pricing/

Log in to answer this question.