lingzhi227 commited on
Commit
b355be6
·
verified ·
1 Parent(s): b52436d

Upload src/task_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. src/task_metadata.json +26 -0
src/task_metadata.json CHANGED
@@ -238,5 +238,31 @@
238
  }
239
  ]
240
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
241
  }
242
  ]
 
238
  }
239
  ]
240
  }
241
+ },
242
+ {
243
+ "task_id": "phage-characterization",
244
+ "name": "Bacteriophage Genome Assembly and Functional Characterization",
245
+ "description": "This task assembles and characterizes a bacteriophage genome from paired-end Illumina sequencing data. The data contains reads from a known temperate phage. A reference genome is provided in the reference/ directory for comparison.",
246
+ "task_prompt": "Assemble a bacteriophage genome from paired-end Illumina reads and produce a comprehensive functional characterization including genome quality assessment, gene annotation with functional categories (lysis, lysogeny, replication, structural), and taxonomic classification. A reference genome is provided in the reference/ directory. The output should be a CSV file with the following columns: 'metric','value'.\n<example>metric,value\ngenome_length,48489\nnum_contigs,1\ngc_content,49.86\nclosest_hit,Escherichia phage Lambda\ncds_count,94\ntrna_count,0\nlysis_genes,3\nlysogeny_genes,3\nreplication_genes,1\nstructural_genes,21\nquality_tier,High-quality\ngenome_completeness,100.0\nvirulence_factors,0</example>",
247
+ "download_urls": {
248
+ "data": [
249
+ {
250
+ "filename": "data.tar.gz",
251
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/phage-characterization/data.tar.gz"
252
+ }
253
+ ],
254
+ "reference_data": [
255
+ {
256
+ "filename": "reference.tar.gz",
257
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/phage-characterization/reference.tar.gz"
258
+ }
259
+ ],
260
+ "results": [
261
+ {
262
+ "filename": "results.tar.gz",
263
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/phage-characterization/results.tar.gz"
264
+ }
265
+ ]
266
+ }
267
  }
268
  ]