Skip to content

Commit

Permalink
Add mask out_file attribute to the input node.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed May 18, 2017
1 parent 3ab2826 commit dc1ff10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qipipe/pipeline/mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def _create_workflow(self, **opts):
workflow = pe.Workflow(name='mask', base_dir=self.base_dir)

# The workflow input.
in_fields = ['subject', 'session', 'scan', 'time_series']
in_fields = ['subject', 'session', 'scan', 'time_series', 'out_file']
input_spec = pe.Node(IdentityInterface(fields=in_fields),
name='input_spec')

Expand Down

0 comments on commit dc1ff10

Please sign in to comment.