Skip to content
Snippets Groups Projects
Commit 60bc491a authored by Fidel Alfaro Almagro's avatar Fidel Alfaro Almagro :speech_balloon:
Browse files

Fixing bug in struct_swMRI.py

parent 3b2d32f1
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ def add_to_pipeline(ctx, pipe, tree, targets):
with redirect_logging('pipe_struct_swMRI', outdir=logs_dir):
pipe(swMRI_proc.run,
submit=dict(jobtime=200 name="BIP_swMRI_proc_" + subj),
submit=dict(jobtime=200, name="BIP_swMRI_proc_" + subj),
kwargs={'ctx' : ctx})
targets.append('SWI')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment