Closed yibeichan closed 8 months ago
Thanks for reporting.
As indicated in the documentation it is recommended to use ssh. Please share your ssh error logs.
Also note that you need a key to access some of the data, while some other are fully open. So unless you have installed the S3 access key you will get errors but the open part of the dataset will still get installed.
Basile our data manager is off today but we'll look into your issues if any remain tomorrow.
Another point: running friends through fmriprep is not a standard process. friends do not contain T1w maps. Those are shared in the anat datasets and include about 15 sessions that have to be combined to produce high quality T1w individual maps and registration. The Cneuromod team shares all derivatives already.
Hi thank you! I did use S3 access key
So I tried the ssh one again; the error is related to missing ssh key linking the server with my github account; I fixed it and test datalad install -r git@github.com:courtois-neuromod/hcptrt.git
. It works well. I guess we can close this issue.
so, for friends, should we use https://github.com/courtois-neuromod/friends.fmriprep
directly?
Great to hear it worked! Yes I would advise to use the fmriprep derivatives provided by our team.
If for some reason you are interested in running fMRIprep yourself (e.g. to use a different version), I suggest we get in touch and discuss necessary adjustments to a standard workflow.
Hello hello,
I used
datalad install -r https://github.com/courtois-neuromod/friends.git
to download the friends dataset (I used the HTTP instead of SSH because of some other errors) Then I got the following errors, full errors see here—friends_debug_info.txtI'm afraid those errors will fail fmriprep we plan to run. I noticed there are
scan
issues on this repository. Are thosescan
issues related to the above error messages we got?also, I remember seeing errors from datalad installing
friends-stimuli
subdataset.thank you for your help!