Upload src/task_metadata.json with huggingface_hub
Browse files- src/task_metadata.json +26 -0
src/task_metadata.json
CHANGED
|
@@ -1274,5 +1274,31 @@
|
|
| 1274 |
}
|
| 1275 |
]
|
| 1276 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1277 |
}
|
| 1278 |
]
|
|
|
|
| 1274 |
}
|
| 1275 |
]
|
| 1276 |
}
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"task_id": "hic-3d-conformation",
|
| 1280 |
+
"name": "Hi-C 3D Genome Conformation Analysis",
|
| 1281 |
+
"description": "Analyze Hi-C chromatin interaction data to map 3D genome organization. Hi-C captures chromosome conformation by proximity ligation of cross-linked chromatin, producing paired-end reads that represent physical contacts between distant genomic loci. The analysis involves quality-filtering paired reads, aligning to a reference genome, extracting valid contact pairs, building interaction matrices at fixed resolution, and calling structural features including chromatin compartments (A/B), topological domain boundaries, and significant loop interactions. The input is paired-end sequencing reads from a yeast Hi-C experiment with a matching reference genome.",
|
| 1282 |
+
"task_prompt": "Analyze Hi-C paired-end reads to characterize 3D genome organization. The input reads are in data/ and the reference genome is in reference/. Process the reads through quality trimming, alignment in Hi-C mode, contact pair extraction, deduplication, and contact matrix generation. From the balanced contact matrix, call chromatin compartments (A/B type), identify topological domain boundaries at multiple window sizes, detect chromatin loops, and identify statistically significant chromatin interactions. The output should be a CSV file at results/report.csv with columns: 'metric','value'.\n<example>\nmetric,value\ntotal_read_pairs,500000\nreads_after_trim,488672\ntrim_rate_pct,2.27\nmapped_pairs,381220\nunique_pairs,381220\ncis_contacts,323321\ntrans_contacts,57899\ncis_ratio,0.8481\ncis_gt_1kb,24336\ncis_gt_10kb,8259\nduplicate_pairs,5036\ncompartment_switches,1024\ncompartment_a_bins,1080\ncompartment_b_bins,1030\nboundaries_25kb,284\nboundaries_50kb,166\ndetected_loops,0\nsignificant_interactions,30\nresolution_bp,5000\n</example>",
|
| 1283 |
+
"download_urls": {
|
| 1284 |
+
"data": [
|
| 1285 |
+
{
|
| 1286 |
+
"filename": "data.tar.gz",
|
| 1287 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/hic-3d-conformation/data.tar.gz"
|
| 1288 |
+
}
|
| 1289 |
+
],
|
| 1290 |
+
"reference_data": [
|
| 1291 |
+
{
|
| 1292 |
+
"filename": "reference.tar.gz",
|
| 1293 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/hic-3d-conformation/reference.tar.gz"
|
| 1294 |
+
}
|
| 1295 |
+
],
|
| 1296 |
+
"results": [
|
| 1297 |
+
{
|
| 1298 |
+
"filename": "results.tar.gz",
|
| 1299 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/hic-3d-conformation/results.tar.gz"
|
| 1300 |
+
}
|
| 1301 |
+
]
|
| 1302 |
+
}
|
| 1303 |
}
|
| 1304 |
]
|