From 02a7a4eab0cc241ebb9fcfd2bc6b95f56189b5f8 Mon Sep 17 00:00:00 2001 From: Laurent Guerard <laurent.guerard@unibas.ch> Date: Tue, 29 Apr 2025 14:49:40 +0200 Subject: [PATCH] Make the output dir input not mandatory --- 1_identify_fibers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1_identify_fibers.py b/1_identify_fibers.py index feb18d6..e3cdb61 100755 --- a/1_identify_fibers.py +++ b/1_identify_fibers.py @@ -1,7 +1,7 @@ # @ String (visibility=MESSAGE, value="<html><b> Welcome to Myosoft - identify fibers! </b></html>") msg1 # @ File (label="Select folder with your images", description="select folder with your images", style="directory") src_dir # @ String(label="Extension for the images to look for", value="czi") filename_filter -# @ File (label="Select directory for output", style="directory") output_dir +# @ File (label="Select directory for output", style="directory", required=False) output_dir # @ File(label="Cellpose environment folder", style="directory", description="Folder with the cellpose env") cellpose_dir # @ Boolean (label="close image after processing", description="tick this box when using batch mode", value=False) close_raw # @ String (visibility=MESSAGE, value="<html><b> Morphometric Gates </b></html>") msg2 -- GitLab