def store_resources(self): """Create table of annotation resources used in this gemini database. """ database.insert_resources(self.c, annotations.get_resources())
def store_resources(self): """Create table of annotation resources used in this gemini database. """ database.insert_resources(self.c, annotations.get_resources(self.args))