Skip to content

Commit

Permalink
Rename stage node to stage_volume.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jun 20, 2017
1 parent 45f1994 commit 8aea76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qipipe/pipeline/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def _create_workflow(self, is_multi_volume=True):
stg_inputs = stg_fields + iter_fields + ['opts']
stg_xfc = Function(input_names=stg_inputs, output_names=['out_file'],
function=stage_volume)
stg_node = pe.Node(stg_xfc, name='stage')
stg_node = pe.Node(stg_xfc, name='stage_volume')
stg_node.inputs.opts = self._child_options()
for fld in stg_fields:
workflow.connect(input_spec, fld, stg_node, fld)
Expand Down

0 comments on commit 8aea76e

Please sign in to comment.