-
Notifications
You must be signed in to change notification settings - Fork 3
Description
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.