lingzhi227 commited on
Commit
6998839
·
verified ·
1 Parent(s): c794f90

Upload src/task_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. src/task_metadata.json +52 -0
src/task_metadata.json CHANGED
@@ -1045,5 +1045,57 @@
1045
  }
1046
  ]
1047
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1048
  }
1049
  ]
 
1045
  }
1046
  ]
1047
  }
1048
+ },
1049
+ {
1050
+ "task_id": "hicar-chromatin",
1051
+ "name": "HiCAR Chromatin Interaction: Proximity Ligation and Accessibility",
1052
+ "description": "This task analyzes HiCAR (Hi-C with Accessibility Readout) data, a multi-omic assay that simultaneously captures chromatin interactions and chromatin accessibility from the same sequencing library. Four paired-end samples (2 KD replicates, 2 WT replicates) targeting chromosome 22 are provided. In HiCAR, R1 reads represent proximity ligation junctions (like Hi-C) while R2 reads capture local accessibility (like ATAC-seq). A chr22 reference genome and gene annotations are provided in reference/. The goal is to process both read types, extract proximity ligation pairs and accessibility signals, build contact matrices, call accessibility peaks, and report interaction and accessibility statistics.",
1053
+ "task_prompt": "Analyze HiCAR multi-omic chromatin data from four paired-end samples (two conditions: KD and WT, two replicates each). In HiCAR, R1 captures proximity ligation contacts and R2 captures chromatin accessibility. A chr22 reference genome and annotations are in reference/. Trim adapters, align reads, parse proximity ligation pairs from the alignments, call accessibility peaks from the R2 reads (convert to single-end format), build contact matrices at 10kb resolution, and compute statistics for both contact and accessibility data. The output should be a CSV file at results/report.csv with columns: 'metric','value'.\n<example>metric,value\ntotal_samples,4\nconditions,2\ntotal_read_pairs,255490\ntrimmed_read_pairs,255490\ntotal_valid_pairs,187129\ncis_contacts,187129\ntrans_contacts,0\ncis_contact_pct,100.0\ntotal_accessibility_peaks,2135\nkd_rep1_peaks,289\nkd_rep2_peaks,93\nwt_rep1_peaks,824\nwt_rep2_peaks,929\ncontact_matrices_created,4\nmatrix_resolution,10000</example>",
1054
+ "download_urls": {
1055
+ "data": [
1056
+ {
1057
+ "filename": "data.tar.gz",
1058
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/hicar-chromatin/data.tar.gz"
1059
+ }
1060
+ ],
1061
+ "reference_data": [
1062
+ {
1063
+ "filename": "reference.tar.gz",
1064
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/hicar-chromatin/reference.tar.gz"
1065
+ }
1066
+ ],
1067
+ "results": [
1068
+ {
1069
+ "filename": "results.tar.gz",
1070
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/hicar-chromatin/results.tar.gz"
1071
+ }
1072
+ ]
1073
+ }
1074
+ },
1075
+ {
1076
+ "task_id": "radseq-popgen",
1077
+ "name": "RADseq Population Genetics: Stickleback Freshwater-Marine Divergence",
1078
+ "description": "This task analyzes RADseq (restriction-site associated DNA sequencing) data from a study of threespine stickleback (Gasterosteus aculeatus). Sixteen individuals from two groups \u2014 8 from Bear Paw Lake (freshwater) and 8 from Rabbit Slough (oceanic/anadromous) \u2014 are multiplexed in a single FASTQ file with inline barcodes. The data uses SbfI restriction enzyme, single-end 36bp reads. The goal is to perform de novo RADseq analysis: demultiplex reads, build per-sample loci, construct a catalog of loci across all samples, genotype individuals, and compute divergence statistics. Data from Hohenlohe et al. 2010 (SRA SRR034310).",
1079
+ "task_prompt": "Analyze RADseq data from 16 threespine stickleback individuals (8 freshwater Bear Paw, 8 oceanic Rabbit Slough) multiplexed in a single FASTQ file. A barcode file and population map are provided in reference/. Demultiplex the reads using the barcodes, build per-sample loci de novo, create a shared catalog, genotype all individuals, and compute genetic divergence metrics including allele frequency differentiation between the two groups. Export variant calls and structure data. The output should be a CSV file with columns: 'metric','value'.\n<example>metric,value\ntotal_reads,8895289\nretained_reads,7799884\nsamples_demultiplexed,16\ncatalog_loci,45492\nloci_passing_filters,8741\ntotal_sites,279712\nvariant_sites,2470\nsamples_in_vcf,16\nstructure_loci,2470\nmean_fst,0.1219\npi_bear_paw,0.14806\npi_rabbit_slough,0.22022\nnum_groups,2</example>",
1080
+ "download_urls": {
1081
+ "data": [
1082
+ {
1083
+ "filename": "data.tar.gz",
1084
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/radseq-popgen/data.tar.gz"
1085
+ }
1086
+ ],
1087
+ "reference_data": [
1088
+ {
1089
+ "filename": "reference.tar.gz",
1090
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/radseq-popgen/reference.tar.gz"
1091
+ }
1092
+ ],
1093
+ "results": [
1094
+ {
1095
+ "filename": "results.tar.gz",
1096
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/radseq-popgen/results.tar.gz"
1097
+ }
1098
+ ]
1099
+ }
1100
  }
1101
  ]