ワンクリックで
buffer-recipe-scaler
Scale a buffer recipe to a target volume and compute component masses/volumes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Scale a buffer recipe to a target volume and compute component masses/volumes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Manage the BioAPEX current-feature workflow from scoping through review and completion
Turn an analysis request into a Slurm-ready execution plan with commands, resource assumptions, and job structure.
Save a fetched summary or document to the knowledge base for later retrieval (e.g. after PubMed/UniProt lookup).
Interpret scRNA clusters using marker genes and suggest cell type or state.
Critically evaluate a perturbation hypothesis — challenge assumptions, propose negative controls, and flag confounders.
Explain where project data and outputs live (e.g. GPFS, data/, predictions/) from knowledge base.
| name | buffer_recipe_scaler |
| description | Scale a buffer recipe to a target volume and compute component masses/volumes. |
| category | bio/molecular_lab |
| version | 1 |
| requires_tools | ["python_repl"] |
| requires_network | false |
| user_invocable | true |
| species | any |
| modality | wet_lab |
| stage | utilities |
| stability | experimental |
| safety_level | low |
User gives a buffer recipe (components + concentrations or amounts per L) and wants it scaled to a different volume.
Parse: Extract each component and its concentration or mass/L.
Scale: For each component: scaled_mass = (mass_per_L or M×MW) × (target_volume_L). Use python_repl.
Order: List components in a standard order (often Tris first, then others, then bring to volume).
Present: Table: Component | Amount (g or mL) | Notes; then "Bring to {target_volume} with water."