Skip to content

Commit

Permalink
Merge pull request #19 from cdla/master
Browse files Browse the repository at this point in the history
changed group to groups in randomize workflow
  • Loading branch information
akeshavan committed Mar 27, 2014
2 parents 720b51c + a5634e2 commit 39915b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def create_2lvl_rand(name="group_randomize",mask=None,iters=5000):

wk.connect(inputspec, 'contrasts', model, "contrasts")
wk.connect(inputspec, 'regressors', model, "regressors")
wk.connect(inputspec,'group',model,'group')
wk.connect(inputspec,'group',model,'groups')

mergecopes = pe.Node(fsl.Merge(dimension='t'),name='merge_copes')

Expand Down

0 comments on commit 39915b5

Please sign in to comment.