Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 24, 2024
1 parent e84b1c9 commit 6fe3939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qsirecon/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def init_single_subject_recon_wf(subject_id):
CopyAtlas(
in_file=atlas_config["image"],
source_file=atlas_config["image"],
out_dir=config.execution.output_dir / "atlases",
out_dir=config.execution.output_dir,
atlas=atlas_name,
meta_dict=atlas_config["metadata"],
),
Expand All @@ -193,7 +193,7 @@ def init_single_subject_recon_wf(subject_id):
CopyAtlas(
in_file=atlas_config["labels"],
source_file=atlas_config["labels"],
out_dir=config.execution.output_dir / "atlases",
out_dir=config.execution.output_dir,
atlas=atlas_name,
),
name=f"datasink_atlas_labels_orig_{atlas_name}",
Expand Down

0 comments on commit 6fe3939

Please sign in to comment.