etrop commited on
Commit
4619699
1 Parent(s): cc38ba3

fix label naming chromatin features

Browse files
Files changed (1) hide show
  1. genomics-long-range-benchmark.py +1 -1
genomics-long-range-benchmark.py CHANGED
@@ -683,7 +683,7 @@ class ChromatinFeaturesHandler(GenomicLRATaskHandler):
683
 
684
  if 'histone' in task_name:
685
  self.label_name = 'HISTONES'
686
- elif 'dnase' in task_name:
687
  self.label_name = 'DNASE'
688
 
689
  self.data_file_name = "chromatin_features/histones_and_dnase_subset.csv" if \
 
683
 
684
  if 'histone' in task_name:
685
  self.label_name = 'HISTONES'
686
+ elif 'dna' in task_name:
687
  self.label_name = 'DNASE'
688
 
689
  self.data_file_name = "chromatin_features/histones_and_dnase_subset.csv" if \