Add SISTER-Lite interactive lookup app#1
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Anere Cye <milriw02@proton.me>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a first SISTER-Lite implementation for interactive, lookup-based electrophysiology hypothesis generation:
src.sister_lite.api) with:GET/POST /api/lookupPOST /api/simulateplus in-memory completed job statusGET /api/status/{job_id}GET /api/comparefor Paci vs ORd discordance taggingPOST /api/optimizefor nearest-grid target APD alternans searchG_K1=0.25, BCL 500, verapamil →strong_positive, 57.9%valid_negative, 0%valid_negativerequirements.txtandenvironment.yml, and ignores local.venv/.Review & Testing Checklist for Human
data/sister_lite/sister_lite_grid.csvvalues/provenance are scientifically acceptable, especially the internal-validation and Grandi placeholder rows.PYTHONPATH=. .venv/bin/uvicorn src.run_sister_lite:app --host 127.0.0.1 --port 8001then test Paci/ORd/high-G_K1 scenarios in the browser.
Notes
Tested locally with:
.venv/bin/python -m compileall -q src/sister_lite src/run_sister_lite.py tests/test_sister_lite.py.venv/bin/python -m pytest tests ipsc_cm_pattern_alignment/tests/api/simulateconfirming Paci low-G_K1 verapamil returnsstrong_positivewith probability0.579.Link to Devin session: https://app.devin.ai/sessions/f9e9f9041f4a4b81ac23d07bd2ca94f5
Requested by: @anerecye