Skip to content

Commit

Permalink
Include all options in workflow constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Apr 20, 2015
1 parent 6c7b767 commit bcc454a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qipipe/pipeline/qipipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _run_with_dicom_input(*inputs, **opts):
if scan != 1:
wf_opts['actions'] = ['stage']
# Create a new workflow for the current scan type.
wf_gen = QIPipelineWorkflow(wf_opts)
wf_gen = QIPipelineWorkflow(**wf_opts)
# Run the workflow on each {volume: [DICOM files]} item.
wf_gen.run_with_dicom_input(collection, sbj, sess, scan, vol_dcm_dict, dest)

Expand Down

0 comments on commit bcc454a

Please sign in to comment.