-
Notifications
You must be signed in to change notification settings - Fork 0
Update singularity image locations for sumner2 #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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" | ||
|
|
@@ -210,10 +210,10 @@ process { | |
| container = "/projects/kumar-lab/multimouse-pipeline/nextflow-containers/vfi-2025-03-27.sif" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. VFI paper version was v1. |
||
| } | ||
| 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" { | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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).
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That would be great.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added |
||
| // executor.queueSize = 1 | ||
|
|
||
| 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 | ||
|
|
There was a problem hiding this comment.
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.