원클릭으로
analysis-to-slurm-runner
Turn an analysis request into a Slurm-ready execution plan with commands, resource assumptions, and job structure.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Turn an analysis request into a Slurm-ready execution plan with commands, resource assumptions, and job structure.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage the BioAPEX current-feature workflow from scoping through review and completion
Scale a buffer recipe to a target volume and compute component masses/volumes.
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 | analysis_to_slurm_runner |
| description | Turn an analysis request into a Slurm-ready execution plan with commands, resource assumptions, and job structure. |
| category | bio/compute |
| version | 1 |
| requires_tools | ["search_knowledge_base","python_repl","write_file"] |
| requires_network | false |
| user_invocable | true |
| tags | ["slurm","pipeline","execution","hpc","runbook"] |
| aliases | ["slurm_analysis_planner"] |
| species | any |
| modality | compute |
| stage | reporting |
| stability | evolving |
| safety_level | medium |
Translate a biological analysis request into a cluster-oriented run plan, including Slurm assumptions, commands, and a draft script when appropriate.
Use this skill when the user wants to move from analysis planning to execution on an HPC cluster.
search_knowledge_base.python_repl to organize the run plan if needed.write_file.