EC2 Default User
commited on
Commit
·
81941ad
1
Parent(s):
f7d009d
typo
Browse files
oas-paired-sequence-data.py
CHANGED
@@ -40,10 +40,10 @@ _HOMEPAGE = "https://opig.stats.ox.ac.uk/webapps/oas/"
|
|
40 |
_LICENSE = "cc-by-4.0"
|
41 |
|
42 |
_URLS = {
|
43 |
-
"human": "human.
|
44 |
-
"rat_SD": "rat_SD.
|
45 |
-
"mouse_BALB_c": "mouse_BALB_c.
|
46 |
-
"mouse_C57BL_6": "mouse_C57BL_6.
|
47 |
}
|
48 |
|
49 |
_FEATURES = datasets.Features(
|
|
|
40 |
_LICENSE = "cc-by-4.0"
|
41 |
|
42 |
_URLS = {
|
43 |
+
"human": "human.csv",
|
44 |
+
"rat_SD": "rat_SD.csv",
|
45 |
+
"mouse_BALB_c": "mouse_BALB_c.csv",
|
46 |
+
"mouse_C57BL_6": "mouse_C57BL_6.csv",
|
47 |
}
|
48 |
|
49 |
_FEATURES = datasets.Features(
|