Skip to content

Commit

Permalink
client version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmonteiro committed Jun 18, 2024
1 parent 9dbaeaf commit 1c82abe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def parse_args(argv):
)
#python3 /workspaces/workflow_runner/runner.py --templateRepo=tercen/scyan_operator
#tercen/scyan_operator
templateRepo = "tercen/flow_core_immunophenotyping_template" #"tercen/image_analysis_STK_workflowRunner_template"
templateRepo = "tercen/simple_workflow_template" #"tercen/image_analysis_STK_workflowRunner_template"

# If running locally or creating new operator, memory might no be set
# This parameter sets the memory for ALL operators
Expand Down Expand Up @@ -279,9 +279,9 @@ def run_with_params(params, mode="cli"):

raise e

# finally:
# if project != None and client != None:
# client.workflowService.delete(project.id, project.rev)
finally:
if project != None and client != None:
client.workflowService.delete(project.id, project.rev)

if mode == "operator":
return statusList
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
packages=["workflow_funcs", "workflow_runner"],
package_dir={'workflow_funcs': 'workflow_funcs', "workflow_runner":'.' },
install_requires=[
'tercen_python_client @ git+https://github.com/tercen/tercen_python_client@0.9.4'
'tercen_python_client @ git+https://github.com/tercen/tercen_python_client@0.10.7'
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 1c82abe

Please sign in to comment.