| { | |
| "name": "example-tabular-summary", | |
| "objective": "Create a tiny CSV file with three gene expression rows, compute the mean expression, and write a concise summary.", | |
| "workspace": "runs/simple_task", | |
| "expected_outputs": [ | |
| "expression_summary.txt" | |
| ], | |
| "constraints": [ | |
| "Keep all files inside the workspace.", | |
| "Use reproducible Python code if computation is needed." | |
| ], | |
| "metadata": { | |
| "domain": "biomedical data analysis" | |
| } | |
| } | |