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.
2 parents e02113f + bd1e35c commit 4d855cbCopy full SHA for 4d855cb
nipype/workflows/setup.py
@@ -6,6 +6,7 @@ def configuration(parent_package='',top_path=None):
6
config = Configuration('workflows', parent_package, top_path)
7
8
config.add_subpackage('data')
9
+ config.add_data_dir('data')
10
config.add_subpackage('dmri')
11
config.add_subpackage('fmri')
12
config.add_subpackage('graph')
0 commit comments