Skip to content

Commit

Permalink
Bump to version 2.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
TorecLuik committed Dec 3, 2024
1 parent 5889910 commit 9c921f9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion __workflows/SLURM_CellPose_Segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def runScript():

params = JobParams()
params.authors = ["Torec Luik"]
params.version = "1.14.0"
params.version = "2.0.0-alpha"
params.description = f'''Script to run CellPose on slurm cluster.
1. First run the {constants.IMAGE_EXPORT_SCRIPT} script to export your data
to the cluster.
Expand Down
2 changes: 1 addition & 1 deletion __workflows/SLURM_Run_Workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
constants.workflow.OUTPUT_NEW_DATASET,
constants.workflow.OUTPUT_ATTACH,
constants.workflow.OUTPUT_CSV_TABLE]
VERSION = "1.14.0"
VERSION = "2.0.0-alpha"


def runScript():
Expand Down
2 changes: 1 addition & 1 deletion __workflows/SLURM_Run_Workflow_Batched.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0"
params.version = "2.0.0-alpha"
params.description = f'''Script to run workflows on slurm
cluster, in batches.
Expand Down
2 changes: 1 addition & 1 deletion _data/SLURM_Get_Results.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ def runScript():


namespaces=[omero.constants.namespaces.NSDYNAMIC],
version="1.14.0",
version="2.0.0-alpha",
authors=["Torec Luik"],
institutions=["Amsterdam UMC"],
contact='cellularimaging@amsterdamumc.nl',
Expand Down
2 changes: 1 addition & 1 deletion _data/SLURM_Get_Update.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def runScript():
description="Project to attach workflow results to",
values=_projects),
namespaces=[omero.constants.namespaces.NSDYNAMIC],
version="1.14.0",
version="2.0.0-alpha",
authors=["Torec Luik"],
institutions=["Amsterdam UMC"],
contact='cellularimaging@amsterdamumc.nl',
Expand Down
2 changes: 1 addition & 1 deletion _data/SLURM_Remote_Conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def runScript():
Connection ready? << {slurmClient.validate()} >>
'''

script_version = "1.14.0"
script_version = "2.0.0-alpha"
client = scripts.client(
script_name,
script_descr,
Expand Down
2 changes: 1 addition & 1 deletion _data/_SLURM_Image_Transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,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.14.0",
version="2.0.0-alpha",
authors=["Torec Luik", "William Moore", "OME Team"],
institutions=["Amsterdam UMC", "University of Dundee"],
contact='cellularimaging@amsterdamumc.nl',
Expand Down
2 changes: 1 addition & 1 deletion admin/Example_Minimal_Slurm_Script.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def runScript():

params = JobParams()
params.authors = ["Torec Luik"]
params.version = "1.14.0"
params.version = "2.0.0-alpha"
params.description = f'''Example script to run on slurm cluster
Runs a script remotely on SLURM.
Expand Down
2 changes: 1 addition & 1 deletion admin/SLURM_Init_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import sys

logger = logging.getLogger(__name__)
VERSION = "1.14.0"
VERSION = "2.0.0-alpha"


def runScript():
Expand Down
2 changes: 1 addition & 1 deletion admin/SLURM_check_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def runScript():
'''Check Slurm setup, e.g. available workflows.
''',
namespaces=[omero.constants.namespaces.NSDYNAMIC],
version="1.14.0",
version="2.0.0-alpha",
authors=["Torec Luik"],
institutions=["Amsterdam UMC"],
contact='cellularimaging@amsterdamumc.nl',
Expand Down

0 comments on commit 9c921f9

Please sign in to comment.