-
Notifications
You must be signed in to change notification settings - Fork 32
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
TypeError: 'NoneType' object is not iterable #333
Comments
Hi, can you show the traceback of the error? And at a guess, this might be an issue with an invalid |
For sure here is the traceback. For test reasons I used heudiconv to convert the DICOM data into BIDS and let the dataset_description.json as it was created. After running fmriprep I also let the dataset_description.json at it was. But then an error raised to add "PipelineDescription":{"Name":"Example pipeline"}. So I added this into the fmriprep dataset description. I hope this helps sudo docker run --rm -it -v /home/g0rella/Desktop/SFB:/bids:ro -v /home/g0rella/Desktop/SFB/derivatives/fmriprep:/prep:ro -v /home/g0rella/Desktop/SFB/derivatives:/out poldracklab/fitlins:latest /bids /out run -d /prep --model models/model-001_smdl.json --participant-label sub-01 During handling of the above exception, another exception occurred: Traceback (most recent call last): 220202-09:06:56,163 nipype.workflow ERROR: |
Hey I want to start Fitlins created the model but got the error TypeError: 'NoneType' object is not iterable
I am using the docker container :latest
this is the command I use:
sudo docker run --rm -it -v /home/g0rella/Desktop/SFB:/bids:ro -v /home/g0rella/Desktop/SFB/derivatives/fmriprep:/prep:ro -v /home/g0rella/Desktop/SFB/derivatives:/out poldracklab/fitlins:latest /bids /out run -d /prep --model models/model-001_smdl.json --participant-label sub-01
this is the model (model-001_smdl.json) I use:
{
"Name": "two_condition",
"Description": "A simple, two-condition contrast",
"Input": {
"task": "face"
},
"Steps": [
{
"Level": "Run",
"Transformations":[
]
}
The text was updated successfully, but these errors were encountered: