Skip to content
Snippets Groups Projects
Commit 02a7a4ea authored by Laurent Guerard's avatar Laurent Guerard
Browse files

Make the output dir input not mandatory

parent ce7465fd
Branches
No related tags found
No related merge requests found
# @ String (visibility=MESSAGE, value="<html><b> Welcome to Myosoft - identify fibers! </b></html>") msg1 # @ 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 # @ 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 # @ 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 # @ 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 # @ 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 # @ String (visibility=MESSAGE, value="<html><b> Morphometric Gates </b></html>") msg2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment