hdallatorre commited on
Commit
57bb950
1 Parent(s): d9fe77f

feat: Rectify naming

Browse files
nucleotide_transformer_downstream_tasks_v2.py CHANGED
@@ -71,12 +71,12 @@ _TASKS = [
71
  "splice_sites_all",
72
  "H3K4me1",
73
  "H3K14ac",
74
- "enhancer_types",
75
  "promoter_no_tata",
76
  "H3K79me3",
77
  "H3K4me2",
78
  "promoter_tata",
79
- "enhancer",
80
  "H3K9ac",
81
  "promoter_all",
82
  ]
 
71
  "splice_sites_all",
72
  "H3K4me1",
73
  "H3K14ac",
74
+ "enhancers_types",
75
  "promoter_no_tata",
76
  "H3K79me3",
77
  "H3K4me2",
78
  "promoter_tata",
79
+ "enhancers",
80
  "H3K9ac",
81
  "promoter_all",
82
  ]