Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose authored Jun 22, 2021
1 parent 90a640b commit 3db3544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ from pydra.tasks.dcm2niix import Dcm2Niix
my_workflow = Workflow(name='my_workflow')
my_workflow.add(
Dcm2Niix(name='converter', in_dir='/path/to/dicom/dir', out_dir='/path/to/create/nifti/output'))
Dcm2Niix(name='converter', in_dir='/path/to/dicom/dir', out_dir='.'))
my_workflow.add(...)
my_workflow()
Expand Down

0 comments on commit 3db3544

Please sign in to comment.