Skip to content

Commit

Permalink
Set empty ROI inputs if no ROI directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed May 17, 2017
1 parent d14a4c4 commit c3badde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qipipe/pipeline/qipipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ def run_with_dicom_input(self, actions, collection, scan_input):
self.logger.info("ROI directory was not detected for"
" %s %s scan %d" % (scan_input.subject,
scan_input.session, scan_input.scan))
# Set the empty inputs for a no-op workflow.
self._set_roi_inputs()

# Execute the workflow.
self.logger.info("Running the pipeline on %s %s scan %d." %
Expand Down

0 comments on commit c3badde

Please sign in to comment.