Upload src/task_metadata.json with huggingface_hub
Browse files- src/task_metadata.json +26 -0
src/task_metadata.json
CHANGED
|
@@ -561,5 +561,31 @@
|
|
| 561 |
}
|
| 562 |
]
|
| 563 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 564 |
}
|
| 565 |
]
|
|
|
|
| 561 |
}
|
| 562 |
]
|
| 563 |
}
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"task_id": "ancient-dna",
|
| 567 |
+
"name": "Ancient DNA Authentication and Damage Assessment",
|
| 568 |
+
"description": "This task processes degraded sequencing reads to assess DNA authenticity through damage patterns, endogenous content, and coverage metrics. A reference genome is provided.",
|
| 569 |
+
"task_prompt": "Process degraded DNA sequencing reads to assess authenticity and damage. Report alignment statistics, endogenous content, coverage, and deamination damage patterns at read termini. Reads in data/, reference in reference/. The output should be a CSV file with the following columns: 'metric','value'.\n<example>metric,value\ntotal_input_reads,59990\nmapped_reads,59990\nendogenous_pct,100.00\nduplication_rate,0.001934\nreads_after_dedup,59874\nmean_read_length,75.0\nmean_coverage,92.56\ncoverage_breadth_pct,99.98\ndamage_5prime_ct,0\ndamage_3prime_ga,0</example>",
|
| 570 |
+
"download_urls": {
|
| 571 |
+
"data": [
|
| 572 |
+
{
|
| 573 |
+
"filename": "data.tar.gz",
|
| 574 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/ancient-dna/data.tar.gz"
|
| 575 |
+
}
|
| 576 |
+
],
|
| 577 |
+
"reference_data": [
|
| 578 |
+
{
|
| 579 |
+
"filename": "reference.tar.gz",
|
| 580 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/ancient-dna/reference.tar.gz"
|
| 581 |
+
}
|
| 582 |
+
],
|
| 583 |
+
"results": [
|
| 584 |
+
{
|
| 585 |
+
"filename": "results.tar.gz",
|
| 586 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/ancient-dna/results.tar.gz"
|
| 587 |
+
}
|
| 588 |
+
]
|
| 589 |
+
}
|
| 590 |
}
|
| 591 |
]
|