File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ sleep_windows = subject1.sleep_windows_epoch
143143 docker run -it --rm \
144144 -v " /local/path/to/data/file.bin:/data/file.bin" \
145145 -v " /local/path/to/output:/output" \
146- cmidair/wristpy
146+ cmidair/wristpy:main
147147 ```
148148
149149### Customizing the Pipeline:
@@ -154,7 +154,7 @@ The Docker image supports multiple input variables to customize processing. You
154154docker run -it --rm \
155155 -v " /local/path/to/data/file.bin:/data/file.bin" \
156156 -v " /local/path/to/output:/output" \
157- cmidair/wristpy /data --output /output --epoch-length 5 --nonwear-algorithm ggir --nonwear-algorithm detach --thresholds 0.1 0.2 0.4
157+ cmidair/wristpy:main /data --output /output --epoch-length 5 --nonwear-algorithm ggir --nonwear-algorithm detach --thresholds 0.1 0.2 0.4
158158```
159159
160160
You can’t perform that action at this time.
0 commit comments