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
12 changes: 6 additions & 6 deletions nextflow/configs/profiles/sumner2.config
Original file line number Diff line number Diff line change
Expand Up @@ -192,16 +192,16 @@ process {
* Runtime options
*/
withLabel: "tracking" {
container = "/projects/kumar-lab/multimouse-pipeline/nextflow-containers/deployment-runtime_2025-08-26.sif"
container = "/projects/kumar-lab/meta/images/mouse-tracking-runtime/runtime/v0.1.2/latest.sif"
}
withLabel: "jabs_classify" {
container = "/projects/kumar-lab/multimouse-pipeline/nextflow-containers/JABS-GUI_2025-02-12_v0.18.1.sif"
container = "/projects/kumar-lab/meta/images/JABS-behavior-classifier/headless/v0.36.1/latest.sif"
}
withLabel: "jabs_postprocess" {
container = "/projects/kumar-lab/multimouse-pipeline/nextflow-containers/JABS-Postprocessing-2025-03-27_864d687.sif"
container = "/projects/kumar-lab/meta/images/JABS-postprocess/jabs-postprocess/v0.3.1/latest.sif"
}
withLabel: "jabs_table_convert" {
container = "/projects/kumar-lab/multimouse-pipeline/nextflow-containers/support-r-code_2025-02-11.sif"
container = "/projects/kumar-lab/meta/images/mouse-tracking-runtime/RBase/v0.1.2/latest.sif"
}
withLabel: "gait" {
container = "/projects/kumar-lab/multimouse-pipeline/nextflow-containers/gait-pipeline-2025-03-27.sif"

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.

Gait is a difficult one to version right now. It has unrelated histories between private (bitbucket) and public (github, cited paper version). I think the differences are just in Gautam's analysis and vms.
It looks like the paper version is v1.0.0.
The runtime currently there should probably be v1.1.0.

Expand All @@ -210,10 +210,10 @@ process {
container = "/projects/kumar-lab/multimouse-pipeline/nextflow-containers/vfi-2025-03-27.sif"

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.

VFI paper version was v1.
There should probably be a new release based on the history. Recommend v1.0.1 (all look like bugpatches).

}
withLabel: "sleap" {
container = "/projects/kumar-lab/multimouse-pipeline/nextflow-containers/sleap-1.4.1.sif"
container = "/projects/kumar-lab/meta/images/mouse-tracking-runtime/sleap-1.4.1/v0.1.2/latest.sif"
}
withLabel: "sleap_io" {
container = "/projects/kumar-lab/multimouse-pipeline/nextflow-containers/sleap-io-0.2.0.sif"
container = "/projects/kumar-lab/meta/images/mouse-tracking-runtime/sleap-io-0.2.0/v0.1.2/latest.sif"
}
withLabel: "rclone" {

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.

rclone container is a trivial container definition. I only add bash to the container so that nextflow logging can run. The version it's running happens to be rclone v1.70.3 (according to the tool itself).
I can add the definition file to the vm folder in this PR if you want.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

That would be great.

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.

Added vm/rclone.def
Feel free to be more specific about its version, but I don't think it matters much.

// executor.queueSize = 1
Expand Down
6 changes: 6 additions & 0 deletions vm/rclone.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from: rclone/rclone
bootstrap: docker

%post
apk add --no-cache bash