Skip to content

Commit

Permalink
make native surf the default
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Dec 30, 2024
1 parent 5ae5a8d commit f56a43b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions hippunfold/config/snakebids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,6 @@ parse_args:
default: False
action: store_true

--native_surf:
help: 'Use native surf workflow to generate isosurfaces in native space, and use wb_command tools to resample. Note: this currently disables unfolded registration if applied (until it is implemented).'
default: False
action: store_true


--generate_myelin_map:
help: 'Generate myelin map using T1w divided by T2w, and map to surface with ribbon approach. Requires both T1w and T2w images to be present. (default: %(default)s)'
default: False
Expand Down Expand Up @@ -703,4 +697,3 @@ generate_myelin_map: False
root: results
use_template_seg: False
template_seg_smoothing_factor: 2
native_surf: False
4 changes: 1 addition & 3 deletions hippunfold/workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ include: "rules/qc.smk"
include: "rules/myelin_map.smk"


if config["native_surf"]:

include: "rules/native_surf.smk"
include: "rules/native_surf.smk"


if config["use_template_seg"]:
Expand Down

0 comments on commit f56a43b

Please sign in to comment.