We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47655ca commit d752ce7Copy full SHA for d752ce7
nipype/interfaces/dcm2nii.py
@@ -265,9 +265,9 @@ class Dcm2niixInputSpec(CommandLineInputSpec):
265
copyfile=False,
266
mandatory=True,
267
desc=('A set of filenames to be converted. Note that the current '
268
- 'version of dcm2niix converts any files in the directory. To '
269
- 'only convert specific files they should be in an isolated '
270
- 'directory'),
+ 'version (1.0.20180328) of dcm2niix converts any files in the '
+ 'directory. To only convert specific files they should be in an '
+ 'isolated directory'),
271
xor=['source_dir'])
272
source_dir = Directory(
273
exists=True,
0 commit comments