Skip to content
Snippets Groups Projects
Commit b4fa451f authored by Vedrana KRIVOKUCA's avatar Vedrana KRIVOKUCA Committed by André Anjos
Browse files

Fix score splitting

parent 8794a2db
No related branches found
No related tags found
1 merge request!353DFV and multiple fixes
...@@ -48,3 +48,8 @@ class Database(BioDatabase): ...@@ -48,3 +48,8 @@ class Database(BioDatabase):
def annotations(self, file): def annotations(self, file):
return None return None
def client_id_from_model_id(self, model_id, group='dev'):
"""Required as ``model_id != client_id`` on this database"""
return self._db.get_client_id_from_model_id(model_id)
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