luxai commited on
Commit
3490a0c
·
verified ·
1 Parent(s): 8ecab8e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. yolksac_human.py +1 -0
yolksac_human.py CHANGED
@@ -56,6 +56,7 @@ class RNAExpConfig(datasets.BuilderConfig):
56
  self.url = url
57
  self.raw_counts = raw_counts # Could be raw.X
58
  self.batch = 1000
 
59
 
60
 
61
 
 
56
  self.url = url
57
  self.raw_counts = raw_counts # Could be raw.X
58
  self.batch = 1000
59
+ self.species = None
60
 
61
 
62