-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run Example 1: Preprocessing Workflow #136
Comments
That it crashes when you want to run the workflow means that the workflow itself is ok (i.e. the connections are all valid), but that something happend during the execution. At the end of the log you have a section that is enclosed by
This means that the |
I guess the required file is not created during executing. Any of the
|
The input shouldn't be created. Those paths should lead to the actual files on your system. Make sure that the selectfiles = Node(SelectFiles(templates,
base_directory='/data/ds000114'),
name="selectfiles") Also, make sure that preproc = Workflow(name='preproc')
preproc.base_dir = '/home/netlab/nipype/tutorial/ |
I have set full path for selectfiles = Node(SelectFiles(templates,
base_directory='/home/netlab/nipype/tutorial/data/ds000114'),
name="selectfiles") Later I get following error for many function calls: Please see error log. |
Hmm.. So, it got further but broke again. Not sure, but there seems to be an issue with a character in the filename. Could you also share the content of |
I guess since it's broken at different point, it does not generate any |
This should be in your It's sometimes confusing with |
I am trying to run Example 1: Preprocessing Workflow.
I am able to make it work up to this line:
preproc.run('MultiProc', plugin_args={'n_procs': 8})
.At that line, I am getting following error, I am not sure why I am getting this error: Please not that I am getting similar error on other examples as well.
The text was updated successfully, but these errors were encountered: