Upload src/task_metadata.json with huggingface_hub
Browse files- src/task_metadata.json +26 -0
src/task_metadata.json
CHANGED
|
@@ -384,5 +384,31 @@
|
|
| 384 |
}
|
| 385 |
]
|
| 386 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 387 |
}
|
| 388 |
]
|
|
|
|
| 384 |
}
|
| 385 |
]
|
| 386 |
}
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"task_id": "downsampling-analysis",
|
| 390 |
+
"name": "Read Downsampling and Assembly Quality Titration",
|
| 391 |
+
"description": "This task evaluates how sequencing depth affects assembly quality by subsampling reads at different fractions and assembling each subset. A reference genome is provided for quality assessment.",
|
| 392 |
+
"task_prompt": "Subsample bacterial sequencing reads at 25%%, 50%%, and 100%% fractions, assemble each subset, and compare assembly quality against a reference genome. Reads are in data/, reference in reference/. The output should be a CSV file with the following columns: 'fraction','total_length','num_contigs','n50','largest_contig','genome_fraction','num_reads'.\n<example>fraction,total_length,num_contigs,n50,largest_contig,genome_fraction,num_reads\n0.25,4320588,254,42834,109463,97.285,364597\n0.50,4351979,154,76641,204577,98.035,729819\n1.00,4367594,136,85401,228985,98.260,1459854</example>",
|
| 393 |
+
"download_urls": {
|
| 394 |
+
"data": [
|
| 395 |
+
{
|
| 396 |
+
"filename": "data.tar.gz",
|
| 397 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/downsampling-analysis/data.tar.gz"
|
| 398 |
+
}
|
| 399 |
+
],
|
| 400 |
+
"reference_data": [
|
| 401 |
+
{
|
| 402 |
+
"filename": "reference.tar.gz",
|
| 403 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/downsampling-analysis/reference.tar.gz"
|
| 404 |
+
}
|
| 405 |
+
],
|
| 406 |
+
"results": [
|
| 407 |
+
{
|
| 408 |
+
"filename": "results.tar.gz",
|
| 409 |
+
"url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/downsampling-analysis/results.tar.gz"
|
| 410 |
+
}
|
| 411 |
+
]
|
| 412 |
+
}
|
| 413 |
}
|
| 414 |
]
|