wyxu commited on
Commit
23c88e8
·
1 Parent(s): 1f0ccb5

Update Genome_database.py

Browse files
Files changed (1) hide show
  1. 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"):