Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ manifest {
mainScript = "main.nf"
defaultBranch = 'main'
nextflowVersion = "!>=22.04.3"
version = "0.2.4"
version = "0.2.5"
contributors = [
[name: 'Brian Geuther'],
[name: 'Alexander Berger-Liedtka']
Expand Down Expand Up @@ -35,8 +35,8 @@ params {
path_depth = 2

/* Image Versions */
image_version = '0.2.4'
jabs_postprocess_version = '0.5.2'
image_version = '0.2.5'
jabs_postprocess_version = '0.5.4'
jabs_behavior_version = '0.36.1'

/*
Expand Down
1 change: 1 addition & 0 deletions nextflow/configs/profiles/sumner2.config
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ process {

executor {
name = 'slurm'
queueSize = 0
submitRateLimit = '2 s'
// Determines the max rate of job submission per time unit, for example '10sec'
// eg. max 10 jobs per second or '1/2 s' i.e. 1 job submissions every 2 seconds.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mouse-tracking"
version = "0.2.4"
version = "0.2.5"
description = "Runtime environment for mouse tracking experiments"
requires-python = ">=3.10,<3.11"
packages = ["src/mouse_tracking"]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.