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
else: # AND, if there are multiple option-val's (in a list) in the docstring, it gets iterated below in 'for opt in option' etc. AND THAT'S WHEN YOU HAVE TO DELINEATE WITHIN THE NODE BLOCK CODE!!!
1327
+
else: # AND, if there are multiple option-val's (in a list) in the docstring, it gets iterated below in 'for opt in option' etc. AND THAT'S WHEN YOU HAVE TO DELINEATE WITHIN THE NODE BLOCK CODE!!!
1324
1328
opts= [None]
1325
1329
all_opts+=opts
1326
-
1327
1330
forname, block_dctinself.node_blocks.items(): # <--- iterates over either the single node block in the sequence, or a list of node blocks within the list of node blocks, i.e. for option forking.
Copy file name to clipboardExpand all lines: CPAC/resources/configs/pipeline_config_abcd-options.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,7 @@ surface_analysis:
36
36
# Ingress freesurfer recon-all folder
37
37
ingress_reconall: On
38
38
39
-
# FreeSurfer will run as part of configured brain extraction in this specific configuration, so FreeSurfer's independent run was automatically disabled.
40
-
run_reconall: Off
39
+
run_reconall: On
41
40
42
41
# Run ABCD-HCP post FreeSurfer and fMRISurface pipeline
0 commit comments