Skip to content

Only Upload one Simularium Result File for Server Packings #442

@ascibisz

Description

@ascibisz

Use Case

If you look at the results in the job_status collection of firebase right now, which are all from packings triggered by cellpack studio, you'll notice there is a path to an outputs s3 directory and an output simularium file in s3... in a different path than the outputs directory. We are currently uploading the simularium output file twice, once in the /results subdirectory and once in the /runs subdirectory. We should just upload it once!

Proposed Solution

Skip uploading the simularium file to the /results subdirectory if it's a docker run (which is when it's running on cellpack server) and just upload it with the other outputs to the appropriate /runs subdirectory. Still write a path in the result_path field of job_status, but it should be the path to the simularium file within the output s3 directory.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions