Skip to content

Remove Support for Recipe URL Param#464

Merged
ascibisz merged 3 commits intomainfrom
fix/server-cleanup
May 6, 2026
Merged

Remove Support for Recipe URL Param#464
ascibisz merged 3 commits intomainfrom
fix/server-cleanup

Conversation

@ascibisz
Copy link
Copy Markdown
Collaborator

@ascibisz ascibisz commented Apr 15, 2026

Problem

When we started supporting a JSON body for a packing request to the server, we wanted to stay backwards compatible and also accept the recipe path as a URL parameter.

Now that we have fully deployed cellpack studio with the change to pass the recipe in the JSON body, we can strip out the support for the URL param way of sending a recipe from server.py

We also don't actually use AWS batch for cellpack server, so I also stripped out the references to batch and the dockerfile we had used in batch

@ascibisz ascibisz linked an issue Apr 15, 2026 that may be closed by this pull request
@ascibisz ascibisz changed the title we only support recipe as JSON body now, remove support for reading r… Remove Support for Recipe URL Param Apr 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Packing analysis report

Analysis for packing results located at cellpack/tests/outputs/test_spheres/spheresSST

Ingredient name Encapsulating radius Average number packed
ext_A 25 236.0

Packing image

Packing image

Distance analysis

Expected minimum distance: 50.00
Actual minimum distance: 50.01

Ingredient key Pairwise distance distribution
ext_A Distance distribution ext_A

@ascibisz ascibisz requested a review from rugeli April 29, 2026 23:28
@ascibisz ascibisz marked this pull request as ready for review April 29, 2026 23:28
Comment thread docker/server.py Outdated
Copy link
Copy Markdown
Collaborator

@rugeli rugeli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only one unused uuid import, otherwise looks great to me!

@ascibisz ascibisz merged commit 4eb42d9 into main May 6, 2026
10 checks passed
@ascibisz ascibisz deleted the fix/server-cleanup branch May 6, 2026 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cleanup Cellpack Server

2 participants