File size: 456 Bytes
96e6518
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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"
  }
}