Skip to content

Commit abb434b

Browse files
authored
Merge pull request #118 from KumarLabJax/bug/fix-queue-size-bug
Set queueSize to 0 to remove job limit on slurm, upgrade dependencies, bump versions
2 parents 577318c + 262e262 commit abb434b

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

nextflow.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manifest {
66
mainScript = "main.nf"
77
defaultBranch = 'main'
88
nextflowVersion = "!>=22.04.3"
9-
version = "0.2.4"
9+
version = "0.2.5"
1010
contributors = [
1111
[name: 'Brian Geuther'],
1212
[name: 'Alexander Berger-Liedtka']
@@ -35,8 +35,8 @@ params {
3535
path_depth = 2
3636

3737
/* Image Versions */
38-
image_version = '0.2.4'
39-
jabs_postprocess_version = '0.5.2'
38+
image_version = '0.2.5'
39+
jabs_postprocess_version = '0.5.4'
4040
jabs_behavior_version = '0.36.1'
4141

4242
/*

nextflow/configs/profiles/sumner2.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ process {
564564

565565
executor {
566566
name = 'slurm'
567+
queueSize = 0
567568
submitRateLimit = '2 s'
568569
// Determines the max rate of job submission per time unit, for example '10sec'
569570
// eg. max 10 jobs per second or '1/2 s' i.e. 1 job submissions every 2 seconds.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mouse-tracking"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "Runtime environment for mouse tracking experiments"
55
requires-python = ">=3.10,<3.11"
66
packages = ["src/mouse_tracking"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)