You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spimquant/config/snakebids.yml
+28-30Lines changed: 28 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -63,35 +63,12 @@ parse_args:
63
63
- MBMv3
64
64
- turone
65
65
66
-
--template_mri:
67
-
help: "Template to use for MRI registration to obtain brain mask\n"
68
-
default: MouseIn
69
-
choices:
70
-
- MouseIn
71
-
- DSURQE
72
-
- MBMv3
73
-
- turone
74
-
75
66
--atlas_segs:
76
-
help: "Atlas segmentations to use with the chosen template (default: use them all)"
67
+
help: "Atlas segmentations to use with the chosen template (default: predefined list or all)"
77
68
default: null
78
69
action: store
79
70
nargs: '+'
80
71
81
-
--patch_atlas_segs:
82
-
help: "Atlas segmentations to use for extracting patches (default: roi22)"
83
-
default:
84
-
- roi22
85
-
action: store
86
-
nargs: '+'
87
-
88
-
89
-
90
-
--template_negative_mask:
91
-
help: "Negative mask, in the template space, to highlight regions to avoid\n"
92
-
type: Path
93
-
default: placeholder
94
-
95
72
--template_crop:
96
73
help: "Crop template along X-axis to retain specific hemisphere for registration (default: %(default)s)"
97
74
choices:
@@ -105,13 +82,14 @@ parse_args:
105
82
- PI
106
83
- YOPRO
107
84
- YoPro
85
+
- YoPro1
108
86
- AutoF
109
87
- autof
110
88
action: store
111
89
nargs: '+'
112
90
113
91
--stains_for_seg:
114
-
help: "List of stains to use for segmentation and quantification\n (default: %(default)s)"
92
+
help: "List of stains to use for segmentation and quantification (will segment any that match the data)\n (default: %(default)s)"
115
93
default:
116
94
- abeta
117
95
- Abeta
@@ -123,19 +101,21 @@ parse_args:
123
101
nargs: '+'
124
102
125
103
--stains_for_vessels:
126
-
help: "List of stains to use for vessel segmentation and quantification\n (default: %(default)s)"
104
+
help: "List of stains to use for vessel segmentation and quantification (will choose first available, in order)\n (default: %(default)s)"
127
105
default:
128
106
- CD31
129
107
- Lectin
130
108
action: store
131
109
nargs: '+'
132
110
133
111
--registration_level:
134
-
help: "Downsampling level to use for registration (level 0 is full res, level 1 is 50% size, ...) (default: %(default)s)"
112
+
help: "Downsampling level to use for registration (level 0 is full res, level 1 is 50% size, ...) (default: 5)"
113
+
type: int
135
114
default: 5
136
115
137
116
--segmentation_level:
138
-
help: "Downsampling level to use for segmentation (level 0 is full res, level 1 is 50% size, ...) (default: %(default)s)"
117
+
help: "Downsampling level to use for segmentation (including vessels) (level 0 is full res, level 1 is 50% size, ...) (default: 0)"
118
+
type: int
139
119
default: 0
140
120
141
121
--no_segmentation:
@@ -179,6 +159,15 @@ parse_args:
179
159
action: store_true
180
160
default: False
181
161
162
+
--template_mri:
163
+
help: "Template to use for MRI registration to obtain brain mask\n"
164
+
default: MouseIn
165
+
choices:
166
+
- MouseIn
167
+
- DSURQE
168
+
- MBMv3
169
+
- turone
170
+
182
171
--mri_resample_percent:
183
172
help: "Resampling factor for multi-MRI averaging to create super-resolved images, as a percent (default: %(default)s). Use 200 for upsampling to twice the resolution"
184
173
default: 100
@@ -219,6 +208,14 @@ parse_args:
219
208
nargs: 3
220
209
type: int
221
210
211
+
--patch_atlas_segs:
212
+
help: "Atlas segmentations to use for extracting patches (default: coarse)"
213
+
default:
214
+
- coarse
215
+
action: store
216
+
nargs: '+'
217
+
218
+
222
219
--n_patches_per_label:
223
220
help: "Number of patches to extract per atlas label (default: %(default)s)"
224
221
default: 5
@@ -240,11 +237,12 @@ parse_args:
240
237
nargs: '+'
241
238
242
239
--crop_atlas_segs:
243
-
help: "Atlas segmentations to use for extracting Imaris crops (default: roi22)"
240
+
help: "Atlas segmentations to use for extracting Imaris crops (default: coarse)"
244
241
default:
245
-
- roi22
242
+
- coarse
246
243
action: store
247
244
nargs: '+'
245
+
248
246
--contrast_column:
249
247
help: "Column name in participants.tsv to use for defining group contrasts (e.g., 'treatment', 'genotype'). Required for group-level statistical analysis."
0 commit comments