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
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ docs/
.nf-test
mouse-tracking-runtime
nextflow
support_code
vm
*.h5
*.sh
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV UV_SYSTEM_PYTHON=1 \
PYTHONUNBUFFERED=1

# Copy metadata first for layer caching
COPY pyproject.toml uv.lock* README.md ./
COPY pyproject.toml uv.lock* README.md support_code ./

# Only install runtime dependencies
RUN uv sync --frozen --no-group dev --no-group test --no-group lint --no-install-project
Expand All @@ -18,4 +18,6 @@ COPY src ./src

RUN uv pip install --system .

COPY support_code ./support_code

CMD ["mouse-tracking-runtime", "--help"]
4 changes: 2 additions & 2 deletions nextflow/configs/profiles/sumner2.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ params {
tracking_code_dir = "/kumar_lab_models/mouse-tracking-runtime/"
gait_code_dir = "/gait-analysis/"
vfi_code_dir = "/vfi/Code/"
support_code_dir = "/mouse-tracking-runtime/support_code/"
heuristic_classifier_folder = "/JABS-postprocess/heuristic_classifiers/"
support_code_dir = "/workspace/support_code/"
heuristic_classifier_folder = "/opt/JABS-postprocess/src/jabs_postprocess/heuristic_classifiers/"
filter_processed = false
Comment on lines 31 to 34

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this is fixing paths that were broken before?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These were the paths before the docker/container changes. This should correct those paths.


jabs_version = "v0.37.0"
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.1.2"
version = "0.1.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.