You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/devel/interface_specs.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,9 @@ Common
194
194
TraitError: The 'infile' trait of a BetInputSpec instance must be a file
195
195
name, but a value of 'does_not_exist.nii' <type 'str'> was specified.
196
196
197
+
``hash_files``
198
+
To be used with inputs that are defining output filenames. When this flag is set to false any Nipype will not try to hash any files described by this input. This is useful to avoid rerunning when the specified output file already exists and has changed.
199
+
197
200
``desc``
198
201
All trait objects have a set of default metadata attributes. ``desc``
199
202
is one of those and is used as a simple, one-line docstring. The
0 commit comments