Skip to content
Snippets Groups Projects
Commit 826cf650 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'LFW-fix' into 'master'

lfw bug fix

See merge request !121
parents 7e057fa5 a20e7f80
No related branches found
No related tags found
1 merge request!121lfw bug fix
Pipeline #50846 failed
...@@ -45,6 +45,9 @@ class LFWBioDatabase(BioDatabase): ...@@ -45,6 +45,9 @@ class LFWBioDatabase(BioDatabase):
original_extension=original_extension, original_extension=original_extension,
annotation_type=annotation_type, annotation_type=annotation_type,
**kwargs) **kwargs)
def groups(self):
return self._db.groups()
@property @property
def original_directory(self): def original_directory(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment