원클릭으로
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."