-
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
Premade BIDS Database Error #361
Comments
I wonder if the database is made w/ an distinct version of fitlins/pybids or the arguments are not identical upon creation. I'm guessing you are trying to make the db "offline" (i.e. not in singularity) to save compute? If you were to let FitLins create the db that would be more likely that it could re-use it (as a workaround). Regardless what you're trying to do should work in principle. |
Something that may also relate to this is that I made my db before running fmriprep, and I believe FitLin indexes the fmriprep directory. Should the db passed into FitLins index fmriprep too? |
Yes, it should. That is what I meant in terms of "identical" parameters. I doubt that's what leads to this error though, but it's possible. The code FitLins uses to create a
so actually I don't see much difference except the derivatives (the rest of the arguments, such as Try to create a layout that indexes derivatives as well and see if you can load it w/ FitLins. Also, FitLins currently uses pybids v0.15, so that's another possible divergence. |
Environment
Expected Behavior
fitlins to begin running
Observed Behavior
Error (log below)
Steps to Reproduce
pybids layout --index-metadata --reset-db $bids $db_dir
(PyBids 0.14.0)singularity run -e -B ${scratch},${bids_dir} $IMG ${bids_dir} ${output_dir} run -m ${bids_dir}/models/phono-model.json -d ${output_dir}/fmriprep -w $scratch --database-path ${bids_dir}/code/pybids_db --participant-label ${subject:4} --space MNI152NLin2009cAsym -s 5
The text was updated successfully, but these errors were encountered: