Skip to content

Commit 5874d52

Browse files
committed
Config changes to match sumner2 new syntax
1 parent 88689ba commit 5874d52

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

nextflow/configs/profiles/development.config

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ params {
1414
gait_code_dir = "/gait-analysis/"
1515
vfi_code_dir = "/vfi/Code/"
1616
support_code_dir = "/mouse-tracking-runtime/support_code/"
17-
heuristic_classifier_folder = "/JABS-postprocess/heuristic_classifiers/"
17+
heuristic_classifier_folder = "/opt/JABS-postprocess/src/jabs_postprocess/heuristic_classifiers/"
1818
filter_processed = false
1919
model_dir = "${nextflow_resources}/neural-net-models/"
2020

@@ -27,15 +27,15 @@ params {
2727
// Classifiers are described as behavior_name: project_folder
2828
single_mouse_classifiers = [
2929
// Missing classifiers did not have artifacts exported on local test
30-
"Rearing_supported": [
31-
"project_folder_name": "jabs-vivek",
32-
"stitch_value": 5,
33-
"filter_value": 5,
30+
"Rearing (supported)": [
31+
classifier_path: "${exported_classifier_folder}Rearing_supported_classifier_v0.37.0.pickle",
32+
stitch_value: 5,
33+
filter_value: 5,
3434
],
35-
"Rearing_unsupported": [
36-
"project_folder_name": "jabs-vivek",
37-
"stitch_value": 5,
38-
"filter_value": 5,
35+
"Rearing (unsupported)": [
36+
classifier_path: "${exported_classifier_folder}Rearing_unsupported_classifier_v0.37.0.pickle",
37+
stitch_value: 5,
38+
filter_value: 5,
3939
],
4040
]
4141
heuristic_classifiers = ["corner", "corner_facing", "freeze", "locomotion", "periphery", "wall_facing"]
@@ -88,21 +88,27 @@ process {
8888
}
8989
withLabel: "jabs_postprocess" {
9090
container = "${nextflow_runtime_containers}/JABS-postprocess/jabs-postprocess/v0.3.1/9dd23535b47d280a4756de6db0dd901059fc7d7211d085a8c23e54593bd49c7d.sif"
91+
containerOptions = "-B /media"
9192
}
9293
withLabel: "jabs_table_convert" {
9394
container = "${nextflow_runtime_containers}/mouse-tracking-runtime/RBase/v0.1.2/d9736c87a8d3132bd8e466374dad9bab0813d8a03df2303d26c252160da8c62f.sif"
95+
containerOptions = "-B /media"
9496
}
9597
withLabel: "gait" {
9698
container = "${nextflow_runtime_containers}/../vms/gait-pipeline-2025-03-27.sif"
99+
containerOptions = "-B /media"
97100
}
98101
withLabel: "frailty" {
99102
container = "${nextflow_runtime_containers}/../vms/vfi-2025-03-27.sif"
103+
containerOptions = "-B /media"
100104
}
101105
withLabel: "sleap" {
102106
container = "${nextflow_runtime_containers}/mouse-tracking-runtime/sleap-1.4.1/v0.1.2/fde4ce805487311e10e73600ebae8ad5815bc49d879ecd3fbacb0ad53f39226b.sif"
107+
containerOptions = "-B /media"
103108
}
104109
withLabel: "sleap_io" {
105110
container = "${nextflow_runtime_containers}/mouse-tracking-runtime/sleap-io-0.2.0/v0.1.2/c1ab1626c527bc80d79fc0bd9431092dfdb44d947ad88741637907b45439145f.sif"
111+
containerOptions = "-B /media"
106112
}
107113
withLabel: "globus" {
108114
container = "${nextflow_runtime_containers}/mouse-tracking-runtime/globus-cli/v0.1.2/e0031a860d0a023ef35d3af6eee13ce5e293cf718cdbae37c09e7696ba3d778d.sif"

0 commit comments

Comments
 (0)