KuangshiAi commited on
Commit ·
31f85d1
1
Parent(s): b2aed13
update molecular vis workflow #3
Browse files
eval_cases/molecular_vis/eval_analysis_workflows.yaml
CHANGED
|
@@ -89,7 +89,7 @@
|
|
| 89 |
Save the rendered image as:
|
| 90 |
"trajectory-inspection/results/{agent_mode}/membrane-curved-tilted-side-5us.jpg"
|
| 91 |
|
| 92 |
-
4. Perform curvature-based lipid distribution analysis and generate the following figures:
|
| 93 |
|
| 94 |
- A 2D density heatmap of CDL0 lipids across the curved membrane surface.
|
| 95 |
- A 2D density heatmap of POPC lipids across the curved membrane surface.
|
|
@@ -125,6 +125,7 @@
|
|
| 125 |
1. Do both images show a side view of a curved lipid bilayer rather than a top-down view?
|
| 126 |
2. Are two lipid species visible with different colors, corresponding to POPC and CDL0 PO4 beads?
|
| 127 |
3. Does the membrane visibly undulate, with one lipid type enriched on the inner curvature and the other on the outer curvature?
|
|
|
|
| 128 |
|
| 129 |
- type: llm-rubric
|
| 130 |
subtype: vision
|
|
@@ -132,8 +133,7 @@
|
|
| 132 |
rs_file: trajectory-inspection/results/{agent_mode}/avg_2d_dens_CDL0.png
|
| 133 |
value: |
|
| 134 |
1. Do both images show a curved membrane band visualized as a heatmap density map?
|
| 135 |
-
2.
|
| 136 |
-
3. Is higher CDL0 density concentrated along the inner side of the curved membrane in both images?
|
| 137 |
|
| 138 |
- type: llm-rubric
|
| 139 |
subtype: vision
|
|
@@ -141,8 +141,7 @@
|
|
| 141 |
rs_file: trajectory-inspection/results/{agent_mode}/avg_2d_dens_POPC.png
|
| 142 |
value: |
|
| 143 |
1. Do both images show a curved membrane band represented as a heatmap density map?
|
| 144 |
-
2.
|
| 145 |
-
3. Is higher POPC density concentrated along the outer side of the curved membrane in both images?
|
| 146 |
|
| 147 |
- type: llm-rubric
|
| 148 |
subtype: vision
|
|
|
|
| 89 |
Save the rendered image as:
|
| 90 |
"trajectory-inspection/results/{agent_mode}/membrane-curved-tilted-side-5us.jpg"
|
| 91 |
|
| 92 |
+
4. Perform curvature-based lipid distribution analysis for all the frames in the trajectory and generate the following figures:
|
| 93 |
|
| 94 |
- A 2D density heatmap of CDL0 lipids across the curved membrane surface.
|
| 95 |
- A 2D density heatmap of POPC lipids across the curved membrane surface.
|
|
|
|
| 125 |
1. Do both images show a side view of a curved lipid bilayer rather than a top-down view?
|
| 126 |
2. Are two lipid species visible with different colors, corresponding to POPC and CDL0 PO4 beads?
|
| 127 |
3. Does the membrane visibly undulate, with one lipid type enriched on the inner curvature and the other on the outer curvature?
|
| 128 |
+
4. Is the simulation box shown in blue with the membrane inside the box
|
| 129 |
|
| 130 |
- type: llm-rubric
|
| 131 |
subtype: vision
|
|
|
|
| 133 |
rs_file: trajectory-inspection/results/{agent_mode}/avg_2d_dens_CDL0.png
|
| 134 |
value: |
|
| 135 |
1. Do both images show a curved membrane band visualized as a heatmap density map?
|
| 136 |
+
2. Is higher CDL0 density concentrated along the inner side of the curved membrane in both images?
|
|
|
|
| 137 |
|
| 138 |
- type: llm-rubric
|
| 139 |
subtype: vision
|
|
|
|
| 141 |
rs_file: trajectory-inspection/results/{agent_mode}/avg_2d_dens_POPC.png
|
| 142 |
value: |
|
| 143 |
1. Do both images show a curved membrane band represented as a heatmap density map?
|
| 144 |
+
2. Is higher POPC density concentrated along the outer side of the curved membrane in both images?
|
|
|
|
| 145 |
|
| 146 |
- type: llm-rubric
|
| 147 |
subtype: vision
|