add IC50 values back
Browse files- binding_affinity.py +1 -1
- data/all_ic50.parquet +3 -0
binding_affinity.py
CHANGED
@@ -48,7 +48,7 @@ _LICENSE = "BSD two-clause"
|
|
48 |
# The HuggingFace dataset library don't host the datasets but only point to the original files
|
49 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
50 |
_URLs = {
|
51 |
-
'default': ["https://huggingface.co/datasets/jglaser/binding_affinity/resolve/main/data/
|
52 |
}
|
53 |
|
54 |
|
|
|
48 |
# The HuggingFace dataset library don't host the datasets but only point to the original files
|
49 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
50 |
_URLs = {
|
51 |
+
'default': ["https://huggingface.co/datasets/jglaser/binding_affinity/resolve/main/data/all_ic50.parquet"],
|
52 |
}
|
53 |
|
54 |
|
data/all_ic50.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdb65d5e81b196c0d174ec4a142d9c16188c2e340acc3810f33fc60018c5c937
|
3 |
+
size 211443928
|