Results 2 comments of biobot
trafficstars

Still not working. I'll try vm later

I'm just refering to the nipype tutorial: ```python from nipype import SelectFiles, Node from os.path import abspath templates={'func': '{subject}/{session}/func/{subject}_{session}_task-fingerfootlips_bold.nii.gz'} sf = Node(SelectFiles(templates), name='selectfiles') sf.inputs.base_directory = abspath('../data/ds000114') sf.inputs.subject = 'sub-01' sf.inputs.session...