Calvin-Fang commited on
Commit
e2f9095
·
verified ·
1 Parent(s): 0de73d0

Update README.md

Browse files

When i was trying HfQueryAPI, I encounter this:

Initialized HfQueryAPI for BrentLab/hughes_2006
Repository type: dataset
Dataset card validation failed for BrentLab/hughes_2006:
- Field 'configs -> 1 -> applies_to': Input should be a valid list (got: metadata)
- Field 'configs -> 2 -> applies_to': Input should be a valid list (got: metadata)

so I think the file contains syntax errors. .

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -57,7 +57,8 @@ configs:
57
  - config_name: overexpression
58
  description: Overexpression perturbation normalized log2 fold changes
59
  dataset_type: annotated_features
60
- applies_to: metadata
 
61
  data_files:
62
  - split: train
63
  path: overexpression.parquet
@@ -104,7 +105,8 @@ configs:
104
  - config_name: knockout
105
  description: Deletion/knockout perturbation normalized log2 fold changes
106
  dataset_type: annotated_features
107
- applies_to: metadata
 
108
  data_files:
109
  - split: train
110
  path: knockout.parquet
 
57
  - config_name: overexpression
58
  description: Overexpression perturbation normalized log2 fold changes
59
  dataset_type: annotated_features
60
+ applies_to:
61
+ - metadata
62
  data_files:
63
  - split: train
64
  path: overexpression.parquet
 
105
  - config_name: knockout
106
  description: Deletion/knockout perturbation normalized log2 fold changes
107
  dataset_type: annotated_features
108
+ applies_to:
109
+ - metadata
110
  data_files:
111
  - split: train
112
  path: knockout.parquet