-
Notifications
You must be signed in to change notification settings - Fork 3
Only upload simularium file once #446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/server-passed-recipe-json
Are you sure you want to change the base?
Only upload simularium file once #446
Conversation
03cba71 to
5bb7d6f
Compare
ad9876a to
f648a2f
Compare
| sub_folder_name=sub_folder, | ||
| region_name="us-west-2", | ||
| ) | ||
| initialized_handler = handler( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
much cleaner!!
rugeli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me! since store_matadata and upload_result_metadata are being removed next. the changes in here are very clean and well scoped!


Problem
We're currently uploading the simularium results file twice for packings run on the cellpack server, once on its own to the /simularium subdirectory and once with all the output files to the /runs subdirectory. This is redundant and silly!
Link to story or ticket
Solution
When we're running a packing on the cellpack server, skip the step where we upload the simularium file on its own. When we upload the results directory, keep track of the path for the simularium file within that and upload that to firebase, along with the output files directory path.