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
4 changes: 2 additions & 2 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.2"
version = "0.2.3"
contributors = [
[name: 'Brian Geuther'],
[name: 'Alexander Berger-Liedtka']
Expand All @@ -25,7 +25,7 @@ params {
* - path_depth: depth of the path to preserve in the output
* - pubdir: directory to publish the results (defaults in profiles)
*/
version = '0.2.2'
version = '0.2.3'
input_batch = null
ignore_invalid_inputs = false
profile = 'sumner2'
Expand Down
3 changes: 3 additions & 0 deletions nextflow/modules/single_mouse.nf
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ process QC_SINGLE_MOUSE {
*/
process FILTER_LARGE_POSES {
label "tracking"
// Segmentation is the largest table that needs to be read in, so the RAM will match
// TODO: time will be an overestimate
label "r_single_seg"

input:
tuple path(in_video), path(in_pose_file)
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.2"
version = "0.2.3"
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.