From a98c6a439a790270ca3a29033c40b68b8fb14803 Mon Sep 17 00:00:00 2001 From: Luik Date: Wed, 22 May 2024 16:42:43 +0200 Subject: [PATCH] Bump to next release --- Example_Minimal_Slurm_Script.py | 2 +- data/SLURM_Get_Results.py | 2 +- data/SLURM_Get_Update.py | 2 +- data/_SLURM_Image_Transfer.py | 3 +-- init/SLURM_Init_environment.py | 2 +- init/SLURM_check_setup.py | 2 +- workflows/SLURM_CellPose_Segmentation.py | 2 +- workflows/SLURM_Run_Workflow.py | 2 +- workflows/SLURM_Run_Workflow_Batched.py | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Example_Minimal_Slurm_Script.py b/Example_Minimal_Slurm_Script.py index 5837f51..c051f2f 100644 --- a/Example_Minimal_Slurm_Script.py +++ b/Example_Minimal_Slurm_Script.py @@ -41,7 +41,7 @@ def runScript(): params = JobParams() params.authors = ["Torec Luik"] - params.version = "1.9.0" + params.version = "1.10.0" params.description = f'''Example script to run on slurm cluster Runs a script remotely on SLURM. diff --git a/data/SLURM_Get_Results.py b/data/SLURM_Get_Results.py index 38c3cd6..9fd54bd 100644 --- a/data/SLURM_Get_Results.py +++ b/data/SLURM_Get_Results.py @@ -727,7 +727,7 @@ def runScript(): namespaces=[omero.constants.namespaces.NSDYNAMIC], - version="1.9.0", + version="1.10.0", authors=["Torec Luik"], institutions=["Amsterdam UMC"], contact='cellularimaging@amsterdamumc.nl', diff --git a/data/SLURM_Get_Update.py b/data/SLURM_Get_Update.py index 0f17b10..172cea8 100644 --- a/data/SLURM_Get_Update.py +++ b/data/SLURM_Get_Update.py @@ -76,7 +76,7 @@ def runScript(): description="Project to attach workflow results to", values=_projects), namespaces=[omero.constants.namespaces.NSDYNAMIC], - version="1.9.0", + version="1.10.0", authors=["Torec Luik"], institutions=["Amsterdam UMC"], contact='cellularimaging@amsterdamumc.nl', diff --git a/data/_SLURM_Image_Transfer.py b/data/_SLURM_Image_Transfer.py index 808c65f..fdf5f17 100644 --- a/data/_SLURM_Image_Transfer.py +++ b/data/_SLURM_Image_Transfer.py @@ -25,7 +25,6 @@ zip file for download, then exports it to SLURM. @author Torec Luik -@version 1.5.0 """ import shutil @@ -705,7 +704,7 @@ def run_script(): description="Name of folder (and zip file) to store images. Don't use spaces!", default=constants.transfer.FOLDER_DEFAULT+str(int(datetime.now().timestamp()))), - version="1.9.0", + version="1.10.0", authors=["Torec Luik", "William Moore", "OME Team"], institutions=["Amsterdam UMC", "University of Dundee"], contact='cellularimaging@amsterdamumc.nl', diff --git a/init/SLURM_Init_environment.py b/init/SLURM_Init_environment.py index 59eb726..3092d74 100644 --- a/init/SLURM_Init_environment.py +++ b/init/SLURM_Init_environment.py @@ -41,7 +41,7 @@ def runScript(): scripts.String(extra_config_name, optional=True, grouping="01.1", description="The path to your configuration file on the server. Optional."), namespaces=[omero.constants.namespaces.NSDYNAMIC], - version="1.9.0", + version="1.10.0", authors=["Torec Luik"], institutions=["Amsterdam UMC"], contact='cellularimaging@amsterdamumc.nl', diff --git a/init/SLURM_check_setup.py b/init/SLURM_check_setup.py index d110f1e..4472068 100644 --- a/init/SLURM_check_setup.py +++ b/init/SLURM_check_setup.py @@ -31,7 +31,7 @@ def runScript(): '''Check Slurm setup, e.g. available workflows. ''', namespaces=[omero.constants.namespaces.NSDYNAMIC], - version="1.9.0", + version="1.10.0", authors=["Torec Luik"], institutions=["Amsterdam UMC"], contact='cellularimaging@amsterdamumc.nl', diff --git a/workflows/SLURM_CellPose_Segmentation.py b/workflows/SLURM_CellPose_Segmentation.py index c34e077..2b8fc4b 100644 --- a/workflows/SLURM_CellPose_Segmentation.py +++ b/workflows/SLURM_CellPose_Segmentation.py @@ -39,7 +39,7 @@ def runScript(): params = JobParams() params.authors = ["Torec Luik"] - params.version = "1.9.0" + params.version = "1.10.0" params.description = f'''Script to run CellPose on slurm cluster. First run the {constants.IMAGE_EXPORT_SCRIPT} script to export your data to the cluster. diff --git a/workflows/SLURM_Run_Workflow.py b/workflows/SLURM_Run_Workflow.py index ae2cbd7..21fae38 100644 --- a/workflows/SLURM_Run_Workflow.py +++ b/workflows/SLURM_Run_Workflow.py @@ -56,7 +56,7 @@ def runScript(): # and populated with the currently selected Image(s)/Dataset(s) params = JobParams() params.authors = ["Torec Luik"] - params.version = "1.9.0" + params.version = "1.10.0" params.description = f'''Script to run a workflow on the Slurm cluster. This runs a script remotely on your Slurm cluster. diff --git a/workflows/SLURM_Run_Workflow_Batched.py b/workflows/SLURM_Run_Workflow_Batched.py index 9bf329d..9a0c7a0 100644 --- a/workflows/SLURM_Run_Workflow_Batched.py +++ b/workflows/SLURM_Run_Workflow_Batched.py @@ -58,7 +58,7 @@ def runScript(): # and populated with the currently selected Image(s)/Dataset(s) params = JobParams() params.authors = ["Torec Luik"] - params.version = "1.9.0" + params.version = "1.10.0" params.description = f'''Script to run workflows on slurm cluster, in batches.