The HealthOmics sequence store is designed for storing static molecular data that is periodically and frequently accessed. The sequence store has built in compression and tiering, while also having object read scaling built on S3, so it is suitable for data of all scale with various levels of access frequency, from daily use to yearly. Each ingestion creates a new read set and the sequence store charges for a minimum storage duration of 30 days so it is not meant for temporary, scratch, or frequently updated files.
Amazon S3 is a great for dynamic files that change frequently, files that are short lived, and for non molecular files that do not meet the supported formats. For files that need to be maintained for data archiving and compliance reasons but have very low access needs, Amazon S3 Glacier provides different storage options.