Skip to content

Commit

Permalink
modify --pwd arg in b0volume fmap creation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielasay committed Jun 26, 2024
1 parent d5bc5a4 commit 7c0dc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwiqc/tasks/prequal.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def truncate_fmaps(self, fmap_files, inputs_dir):
cmd = [
'singularity',
'exec',
'--pwd', fmap_dir,
'--pwd', inputs_dir,
self._fsl_sif,
'/APPS/fsl/bin/fslselectvols',
'-i', fmap_basename,
Expand Down

0 comments on commit 7c0dc13

Please sign in to comment.