lingzhi227 commited on
Commit
3ef3e1a
·
verified ·
1 Parent(s): e034885

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
@@ -743,5 +743,31 @@
743
  }
744
  ]
745
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
746
  }
747
  ]
 
743
  }
744
  ]
745
  }
746
+ },
747
+ {
748
+ "task_id": "rna-fusion",
749
+ "name": "RNA Fusion Detection from RNA-seq",
750
+ "description": "This task analyzes paired-end RNA-seq data to detect gene fusion events and quantify gene expression. A chr22 reference genome and gene annotation are provided.",
751
+ "task_prompt": "Detect gene fusions from RNA-seq data using chimeric read analysis, and quantify gene expression and transcript assembly. Reference genome and annotation in reference/. The output should be a CSV file with the following columns: 'metric','value'.\n<example>metric,value\ntotal_reads,185012\nuniquely_mapped,1986\nmapping_pct,1.07\nchimeric_reads,745\nsplice_junctions,166\nfusions_detected,0\nhigh_confidence_fusions,0\nmedium_confidence_fusions,0\ngenes_expressed,26\nassembled_transcripts,20588</example>",
752
+ "download_urls": {
753
+ "data": [
754
+ {
755
+ "filename": "data.tar.gz",
756
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/rna-fusion/data.tar.gz"
757
+ }
758
+ ],
759
+ "reference_data": [
760
+ {
761
+ "filename": "reference.tar.gz",
762
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/rna-fusion/reference.tar.gz"
763
+ }
764
+ ],
765
+ "results": [
766
+ {
767
+ "filename": "results.tar.gz",
768
+ "url": "https://huggingface.co/datasets/lingzhi227/Extended-BioAgentBench/resolve/main/tasks/rna-fusion/results.tar.gz"
769
+ }
770
+ ]
771
+ }
772
  }
773
  ]