Skip to content

Commit e409139

Browse files
committed
Bump to 1.14.0
1 parent 2c2c721 commit e409139

10 files changed

+10
-10
lines changed

Example_Minimal_Slurm_Script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def runScript():
4141

4242
params = JobParams()
4343
params.authors = ["Torec Luik"]
44-
params.version = "1.13.0"
44+
params.version = "1.14.0"
4545
params.description = f'''Example script to run on slurm cluster
4646
4747
Runs a script remotely on SLURM.

data/SLURM_Get_Results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ def runScript():
774774

775775

776776
namespaces=[omero.constants.namespaces.NSDYNAMIC],
777-
version="1.13.0",
777+
version="1.14.0",
778778
authors=["Torec Luik"],
779779
institutions=["Amsterdam UMC"],
780780
contact='cellularimaging@amsterdamumc.nl',

data/SLURM_Get_Update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def runScript():
7878
description="Project to attach workflow results to",
7979
values=_projects),
8080
namespaces=[omero.constants.namespaces.NSDYNAMIC],
81-
version="1.13.0",
81+
version="1.14.0",
8282
authors=["Torec Luik"],
8383
institutions=["Amsterdam UMC"],
8484
contact='cellularimaging@amsterdamumc.nl',

data/SLURM_Remote_Conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def runScript():
7272
description=cleanup_descr,
7373
default=True),
7474
namespaces=[omero.constants.namespaces.NSDYNAMIC],
75-
version="1.13.0",
75+
version="1.14.0",
7676
authors=["Torec Luik"],
7777
institutions=["Amsterdam UMC"],
7878
contact='cellularimaging@amsterdamumc.nl',

data/_SLURM_Image_Transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ def run_script():
704704
description="Name of folder (and zip file) to store images. Don't use spaces!",
705705
default=constants.transfer.FOLDER_DEFAULT+str(int(datetime.now().timestamp()))),
706706

707-
version="1.13.0",
707+
version="1.14.0",
708708
authors=["Torec Luik", "William Moore", "OME Team"],
709709
institutions=["Amsterdam UMC", "University of Dundee"],
710710
contact='cellularimaging@amsterdamumc.nl',

init/SLURM_Init_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def runScript():
4141
scripts.String(extra_config_name, optional=True, grouping="01.1",
4242
description="The path to your configuration file on the server. Optional."),
4343
namespaces=[omero.constants.namespaces.NSDYNAMIC],
44-
version="1.13.0",
44+
version="1.14.0",
4545
authors=["Torec Luik"],
4646
institutions=["Amsterdam UMC"],
4747
contact='cellularimaging@amsterdamumc.nl',

init/SLURM_check_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def runScript():
3232
'''Check Slurm setup, e.g. available workflows.
3333
''',
3434
namespaces=[omero.constants.namespaces.NSDYNAMIC],
35-
version="1.13.0",
35+
version="1.14.0",
3636
authors=["Torec Luik"],
3737
institutions=["Amsterdam UMC"],
3838
contact='cellularimaging@amsterdamumc.nl',

workflows/SLURM_CellPose_Segmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def runScript():
3939

4040
params = JobParams()
4141
params.authors = ["Torec Luik"]
42-
params.version = "1.13.0"
42+
params.version = "1.14.0"
4343
params.description = f'''Script to run CellPose on slurm cluster.
4444
First run the {constants.IMAGE_EXPORT_SCRIPT} script to export your data
4545
to the cluster.

workflows/SLURM_Run_Workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def runScript():
5656
# and populated with the currently selected Image(s)/Dataset(s)
5757
params = JobParams()
5858
params.authors = ["Torec Luik"]
59-
params.version = "1.13.0"
59+
params.version = "1.14.0"
6060
params.description = f'''Script to run a workflow on the Slurm cluster.
6161
6262
This runs a script remotely on your Slurm cluster.

workflows/SLURM_Run_Workflow_Batched.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def runScript():
5858
# and populated with the currently selected Image(s)/Dataset(s)
5959
params = JobParams()
6060
params.authors = ["Torec Luik"]
61-
params.version = "1.13.0"
61+
params.version = "1.14.0"
6262
params.description = f'''Script to run workflows on slurm
6363
cluster, in batches.
6464

0 commit comments

Comments
 (0)