-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
freesurfer license not found #162
Comments
You need to mount the freesurfer license into the docker as well
You can tell ciftify to --read-from-derivatives and point the data to a folder other than fmriprep - as long as the outputs match fmriprep's naming conventions. You could also use docker with the |
It is still the same. |
Sorry may need a slash before fs license
|
mhh it still comes up the same error. I would need the fmriprep version 20.2.1 but an older ciftify version because the command cortexLeft.agg_data() does not work in the latest ciftify version? Or which versions of fmriprep and ciftify are installed when I use tigrlab/fmriprep_ciftify:latest? |
Okay, I changed the the fmriprep version in the Dockerfile here https://github.com/edickie/ciftify/blob/421f87d59bd08775e846847fceb8e8430ea81bc8/ciftify/bidsapp/Dockerfile The following line is executed in python over my dockercontainter: Is the version of ciftify which is installed in here https://github.com/edickie/ciftify/blob/421f87d59bd08775e846847fceb8e8430ea81bc8/ciftify/bidsapp/Dockerfile
This command |
docker run -ti --rm
-v /Users/neurolab/Desktop/Pipeline_test3/:/data:ro
-v /Users/neurolab/Desktop/Pipeline_test4:/out
tigrlab/fmriprep_ciftify:latest /data /out participant --participant_label 1 --fs-license /Users/neurolab/Desktop/license.txt
tells me "Input /Users/neurolab/Desktop/license.txt, does not exist, or you do not have permission to read it."
But it does exist and I have the permission to read it.
What can I do?
Is there also a dockerfile for only ciftify? I only saw one for the combination of ciftify and fmriprep, but I need to further process my data after finishing fmriprep and before running fmri_ciftify.
Cheers
The text was updated successfully, but these errors were encountered: