From 13e4189696befcea01094d7dc2a238b0ab89be37 Mon Sep 17 00:00:00 2001 From: MichaelSNelson Date: Fri, 29 Dec 2023 13:44:21 -0600 Subject: [PATCH] Update QP_scope_GUI.groovy --- .../qupath/ext/qp_scope/functions/QP_scope_GUI.groovy | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/groovy/qupath/ext/qp_scope/functions/QP_scope_GUI.groovy b/src/main/groovy/qupath/ext/qp_scope/functions/QP_scope_GUI.groovy index bafa70b..33d03a2 100644 --- a/src/main/groovy/qupath/ext/qp_scope/functions/QP_scope_GUI.groovy +++ b/src/main/groovy/qupath/ext/qp_scope/functions/QP_scope_GUI.groovy @@ -119,7 +119,13 @@ class QP_scope_GUI { def boundingBox = "{$x1}, {$y1}, {$x2}, {$y2}" // scanTypeWithIndex will be the name of the folder where the tiles will be saved to - List args = [pythonScriptPath, projectsFolderPath, sampleLabel,scanTypeWithIndex,annotationJsonFileLocation, boundingBox ] + List args = [pythonScriptPath, + projectsFolderPath, + sampleLabel, + scanTypeWithIndex, + annotationJsonFileLocation, + boundingBox ] + //TODO can we create non-blocking python code utilityFunctions.runPythonCommand(virtualEnvPath, pythonScriptPath, args)