Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -80,12 +80,12 @@ this column and treat the feature values as produced by the pipeline order in
|
|
| 80 |
## Provenance
|
| 81 |
|
| 82 |
- Pipeline position: Phase 1 docked-subset GLIDE pose feature computation by compute_all_features; Phase 2 highest-Boltzmann pose collapse.
|
| 83 |
-
- Source pickle: `data/
|
| 84 |
- Computation environment: CRC.
|
| 85 |
- Docking/software context: GLIDE 2025u2 / aISS fallback as documented in the integration spec.
|
| 86 |
- Pose collapse: pose-collapse=highest Boltzmann weight; PoseFeat keeps the real pose at `np.argmax(boltz)` and records its `boltzmann_weight` and `delta_e`.
|
| 87 |
- Row count: 5000.
|
| 88 |
-
- Exact publish.py command: `/Users/billyma/Workspace/applications/SupraDashboard/.claude/worktrees/ui-beautify/app/.venv/bin/python engineering/src/publish.py --dock-scores data/
|
| 89 |
|
| 90 |
## Regeneration
|
| 91 |
|
|
|
|
| 80 |
## Provenance
|
| 81 |
|
| 82 |
- Pipeline position: Phase 1 docked-subset GLIDE pose feature computation by compute_all_features; Phase 2 highest-Boltzmann pose collapse.
|
| 83 |
+
- Source pickle: `data/dock_b7_pull/pose_feats.pkl`.
|
| 84 |
- Computation environment: CRC.
|
| 85 |
- Docking/software context: GLIDE 2025u2 / aISS fallback as documented in the integration spec.
|
| 86 |
- Pose collapse: pose-collapse=highest Boltzmann weight; PoseFeat keeps the real pose at `np.argmax(boltz)` and records its `boltzmann_weight` and `delta_e`.
|
| 87 |
- Row count: 5000.
|
| 88 |
+
- Exact publish.py command: `/Users/billyma/Workspace/applications/SupraDashboard/.claude/worktrees/ui-beautify/app/.venv/bin/python engineering/src/publish.py --dock-scores data/dock_b7_pull/scores.pkl --pose-feats data/dock_b7_pull/pose_feats.pkl --attempted data/dock_b7_pull/guests.csv --identity data/dock_b7_pull/identity.csv --batch batch7 --out data/publish_b7`.
|
| 89 |
|
| 90 |
## Regeneration
|
| 91 |
|