lingzhi227 commited on
Commit
54cb98b
·
verified ·
1 Parent(s): 4bd0f03

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
@@ -1606,5 +1606,31 @@
1606
  }
1607
  ]
1608
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1609
  }
1610
  ]
 
1606
  }
1607
  ]
1608
  }
1609
+ },
1610
+ {
1611
+ "task_id": "structural-variant-multi",
1612
+ "name": "Structural Variant Detection: Multi-caller Human SV Analysis",
1613
+ "description": "Structural variant (SV) detection from human whole-exome sequencing data using multiple orthogonal calling approaches. SVs include deletions, duplications, inversions, insertions, and translocations larger than 50 base pairs. This task requires aligning reads, marking duplicates, then running three independent SV detection methods: paired-end/split-read analysis, depth-based anomaly detection with large indel extraction, and discordant read pair clustering. Results are merged across callers, annotated for gene overlap and clinical significance, and summarized by SV type and size.",
1614
+ "task_prompt": "Detect structural variants from whole-exome sequencing data using multiple independent calling approaches. The data/ directory contains paired-end FASTQ files (sample_R1.fastq.gz, sample_R2.fastq.gz). The reference/ directory contains the genome reference (genome.fa), gene annotation (genes.gtf), gene regions (gene_regions.bed), and a clinical SV database (clinvar_sv.vcf.gz). Align reads with proper read groups, sort, and mark duplicates. Run at least three independent SV detection approaches (e.g., paired-end signal analysis, depth-based detection, discordant read clustering). Merge SV calls across methods, compute SV type distribution (deletions, duplications, inversions, insertions, breakends), annotate against gene regions and the clinical database, and generate a summary report. The output should be a CSV file with columns: 'metric','value'.\n<example>\nmetric,value\nraw_reads,500000\nclean_reads,486458\nq30_rate,94.5\nmapped_reads,83358\nmapping_rate,17.06\ncaller1_svs,0\ncaller2_svs,27131\ncaller3_svs,2876\nmerged_svs,30007\ndeletion_count,30007\nduplication_count,0\ninversion_count,0\ninsertion_count,0\nbreakend_count,0\ngene_overlapping_svs,0\nclinvar_sv_annotated,0\n</example>",
1615
+ "download_urls": {
1616
+ "data": [
1617
+ {
1618
+ "filename": "data.tar.gz",
1619
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/structural-variant-multi/data.tar.gz"
1620
+ }
1621
+ ],
1622
+ "reference_data": [
1623
+ {
1624
+ "filename": "reference.tar.gz",
1625
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/structural-variant-multi/reference.tar.gz"
1626
+ }
1627
+ ],
1628
+ "results": [
1629
+ {
1630
+ "filename": "results.tar.gz",
1631
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/structural-variant-multi/results.tar.gz"
1632
+ }
1633
+ ]
1634
+ }
1635
  }
1636
  ]