We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce148eb commit 03243d8Copy full SHA for 03243d8
nipype/interfaces/io.py
@@ -40,6 +40,7 @@
40
from .base import (
41
TraitedSpec, traits, Str, File, Directory, BaseInterface, InputMultiPath,
42
isdefined, OutputMultiPath, DynamicTraitedSpec, Undefined, BaseInterfaceInputSpec)
43
+from .bids_utils import BIDSDataGrabber
44
45
try:
46
import pyxnat
0 commit comments