czty's picture
Add files using upload-large-folder tool
96e6518 verified
Raw
History Blame Contribute Delete
456 Bytes
{
"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"
}
}