Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
birajstha committed Oct 1, 2024
1 parent 5904731 commit b28bdd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CPAC/pipeline/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,6 @@ def wrap_block(node_blocks, interface, wf, cfg, strat_pool, pipe_num, opt):


def ingress_raw_anat_data(wf, rpool, cfg, data_paths, unique_id, part_id, ses_id):
desired_orientation = cfg.pipeline_setup["desired_orientation"]
if "anat" not in data_paths:
WFLOGGER.warning("No anatomical data present.")
return rpool
Expand Down Expand Up @@ -2059,11 +2058,8 @@ def ingress_raw_func_data(wf, rpool, cfg, data_paths, unique_id, part_id, ses_id
func_wf.get_node("inputnode").iterables = ("scan", list(func_paths_dct.keys()))

rpool.set_data("subject", func_wf, "outputspec.subject", {}, "", "func_ingress")

rpool.set_data("bold", func_wf, "outputspec.rest", {}, "", "func_ingress")

rpool.set_data("scan", func_wf, "outputspec.scan", {}, "", "func_ingress")

rpool.set_data(
"scan-params", func_wf, "outputspec.scan_params", {}, "", "scan_params_ingress"
)
Expand Down

0 comments on commit b28bdd3

Please sign in to comment.