Skip to content

Commit

Permalink
Updated client for epic-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
tkakar committed Nov 12, 2024
1 parent 428b46c commit b6a8598
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/portal_visualization/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def get_files(self, uuids):
return files_from_response(response_json)

def get_vitessce_conf_cells_and_lifted_uuid(
self, entity, marker=None, wrap_error=True, parent=None, epic_uuid=None, epic_entity=None
self, entity, marker=None, wrap_error=True, parent=None, epic_uuid=None,
):
"""
Returns a dataclass with vitessce_conf and is_lifted.
Expand All @@ -226,7 +226,7 @@ def get_vitessce_conf_cells_and_lifted_uuid(
derived_entity["files"] = metadata.get("files", [])
vitessce_conf = self.get_vitessce_conf_cells_and_lifted_uuid(
derived_entity, marker=marker, wrap_error=wrap_error, parent=entity,
epic_uuid=epic_uuid, epic_entity=epic_entity
epic_uuid=epic_uuid
).vitessce_conf
vis_lifted_uuid = derived_entity["uuid"]
else: # no files
Expand Down Expand Up @@ -265,7 +265,6 @@ def get_vitessce_conf_cells_and_lifted_uuid(
epic_uuid,
vitessce_conf,
entity,
epic_entity,
self.groups_token,
self.assets_endpoint).get_conf_cells()

Expand Down

0 comments on commit b6a8598

Please sign in to comment.