Upload src/task_metadata.json with huggingface_hub
Browse files- src/task_metadata.json +26 -0
src/task_metadata.json
CHANGED
|
@@ -337,5 +337,31 @@
|
|
| 337 |
}
|
| 338 |
]
|
| 339 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 340 |
}
|
| 341 |
]
|
|
|
|
| 337 |
}
|
| 338 |
]
|
| 339 |
}
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"task_id": "consensus-genome",
|
| 343 |
+
"name": "Bacterial Consensus Genome Generation",
|
| 344 |
+
"description": "This task generates a consensus genome sequence from M. tuberculosis Illumina reads by mapping to a reference, calling variants, and masking low-coverage regions. Paired-end reads and a reference genome are provided.",
|
| 345 |
+
"task_prompt": "Generate a consensus genome from bacterial sequencing reads by aligning to a reference, calling variants, masking low-coverage regions, and comparing the consensus back to the reference. Reads are in data/, reference in reference/. The output should be a CSV file with the following columns: 'metric','value'.\n<example>metric,value\nreference_length,4411532\nconsensus_length,4411828\nmasked_bases_n,186284\nmasked_pct,4.22\nmean_coverage,53.61\nlow_coverage_regions,2435\nidentity_to_reference,99.88\naligned_bases,4223731\nsnps_vs_reference,1696</example>",
|
| 346 |
+
"download_urls": {
|
| 347 |
+
"data": [
|
| 348 |
+
{
|
| 349 |
+
"filename": "data.tar.gz",
|
| 350 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/consensus-genome/data.tar.gz"
|
| 351 |
+
}
|
| 352 |
+
],
|
| 353 |
+
"reference_data": [
|
| 354 |
+
{
|
| 355 |
+
"filename": "reference.tar.gz",
|
| 356 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/consensus-genome/reference.tar.gz"
|
| 357 |
+
}
|
| 358 |
+
],
|
| 359 |
+
"results": [
|
| 360 |
+
{
|
| 361 |
+
"filename": "results.tar.gz",
|
| 362 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/consensus-genome/results.tar.gz"
|
| 363 |
+
}
|
| 364 |
+
]
|
| 365 |
+
}
|
| 366 |
}
|
| 367 |
]
|