Upload src/task_metadata.json with huggingface_hub
Browse files- src/task_metadata.json +26 -0
src/task_metadata.json
CHANGED
|
@@ -311,5 +311,31 @@
|
|
| 311 |
}
|
| 312 |
]
|
| 313 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 314 |
}
|
| 315 |
]
|
|
|
|
| 311 |
}
|
| 312 |
]
|
| 313 |
}
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"task_id": "multisample-variants",
|
| 317 |
+
"name": "Multi-sample Variant Calling and Comparison",
|
| 318 |
+
"description": "This task calls variants in two closely related M. tuberculosis clinical isolates and compares them to identify shared and sample-specific mutations. Paired-end reads for two samples and a reference genome are provided.",
|
| 319 |
+
"task_prompt": "Call variants in two bacterial isolates relative to a reference genome, then compare to identify shared and unique mutations. Paired-end reads for sampleA and sampleB are in the data/ directory, reference in reference/. The output should be a CSV file with the following columns: 'metric','value'.\n<example>metric,value\ntotal_variants_sampleA,1475\ntotal_variants_sampleB,1593\nsnps_sampleA,1220\nsnps_sampleB,1291\nunique_to_sampleA,423\nunique_to_sampleB,541\nshared_variants,1052</example>",
|
| 320 |
+
"download_urls": {
|
| 321 |
+
"data": [
|
| 322 |
+
{
|
| 323 |
+
"filename": "data.tar.gz",
|
| 324 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/multisample-variants/data.tar.gz"
|
| 325 |
+
}
|
| 326 |
+
],
|
| 327 |
+
"reference_data": [
|
| 328 |
+
{
|
| 329 |
+
"filename": "reference.tar.gz",
|
| 330 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/multisample-variants/reference.tar.gz"
|
| 331 |
+
}
|
| 332 |
+
],
|
| 333 |
+
"results": [
|
| 334 |
+
{
|
| 335 |
+
"filename": "results.tar.gz",
|
| 336 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/multisample-variants/results.tar.gz"
|
| 337 |
+
}
|
| 338 |
+
]
|
| 339 |
+
}
|
| 340 |
}
|
| 341 |
]
|