Dear All,
Someone can help me how to dowmload the dataset for sub1? I am total new about python.
import synapseclient
import synapseutils
syn = synapseclient.Synapse()
syn.login('synapse_username','password')
files = synapseutils.syncFromSynapse(syn, 'syn10902163')
And what's further step to down load the data? Thanks.
Created by Huiyuan Chen Huiyuan Hi Andrew,
Thanks for your help.
Hi Huiyuan,
This should download the data. If you specify a path like:
files = synapseutils.syncFromSynapse(syn, 'syn10902163', path = '/home/path_to_download/')
the file structure will be placed there.