Update Genome_database.py
Browse files- Genome_database.py +1 -0
Genome_database.py
CHANGED
@@ -39,6 +39,7 @@ class GenomeDataset(DatasetBuilder):
|
|
39 |
)
|
40 |
]
|
41 |
|
|
|
42 |
def _generate_examples(self, filepaths: List[str]) -> Tuple[str, Dict[str, Any]]:
|
43 |
for filepath in filepaths:
|
44 |
if filepath.endswith(".seq.gz"):
|
|
|
39 |
)
|
40 |
]
|
41 |
|
42 |
+
|
43 |
def _generate_examples(self, filepaths: List[str]) -> Tuple[str, Dict[str, Any]]:
|
44 |
for filepath in filepaths:
|
45 |
if filepath.endswith(".seq.gz"):
|