Skip to content

Commit

Permalink
Actually include UK Biobank atlas in outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
HippocampusGirl committed Oct 12, 2023
1 parent 7eb2b08 commit 16fad34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/halfpipe_atlases/build_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def build() -> None:
from .hcpmmp1_combined import build as hcpmmp1_combined_build
from .power2011 import build as power2011_build
from .schaefer2018_combined import build as schaefer2018_combined_build
from .ukbiobank import build as ukbiobank_build

build_fns = [
difumo_build,
Expand All @@ -40,6 +41,7 @@ def build() -> None:
hcpmmp1_combined_build,
power2011_build,
schaefer2018_combined_build,
ukbiobank_build,
]

for build_fn in build_fns:
Expand Down

0 comments on commit 16fad34

Please sign in to comment.