analyze_bioinformatics_task
Analyzes your bioinformatics analysis request, creates a workflow plan, and generates small Python scripts to execute the analysis, producing reports and visualizations.
Instructions
Analyze user intent and create a bioinformatics workflow plan. This tool helps understand your analysis goals and prepares the workflow structure. After this, ask Claude to generate Python scripts (≤100 lines each), then use execute_claude_script to run them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_request | Yes | The user's bioinformatics analysis request in natural language | |
| data_files | Yes | List of input data file paths (e.g., ["C:\Users\username\data.h5ad", "data2.csv"]). Include full file paths. | |
| additional_context | No | Any additional context or specific requirements |