Skip to content

Commit

Permalink
add spec file for native surfaces
Browse files Browse the repository at this point in the history
currently naming is as space-corobl, with no density wildcard.. could
consider adding den-native..
  • Loading branch information
akhanf committed Jan 5, 2025
1 parent 1d30052 commit 9523190
Show file tree
Hide file tree
Showing 2 changed files with 345 additions and 34 deletions.
19 changes: 19 additions & 0 deletions hippunfold/workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,25 @@ def get_final_spec():
allow_missing=True,
)
)
specs.extend(
inputs[config["modality"]].expand(
bids(
root=root,
datatype="surf",
space="{space}",
hemi="{hemi}",
label="{autotop}",
suffix="surfaces.spec",
**inputs.subj_wildcards,
),
space="corobl",
hemi=config["hemi"],
autotop=config["autotop_labels"],
surfname=config["surf_types"]["hipp"],
allow_missing=True,
)
)

return specs


Expand Down
Loading

0 comments on commit 9523190

Please sign in to comment.