Describe the bug
I've solved a number of other issues while trying to work with this module, but now got stuck with an sqlalchemy error (unable to open database file) that I can't get past because I'm not even sure at what point it happens.
Could you let me know what I am doing wrong, please? (I've had to use nibetaseries from docker since the pip version tried to install a number of dependencies, of which pandas failed to build. )
The stacktrace is attached. I would really like to use nibetaseries.
To Reproduce
docker run -it --rm -v /my/data/dir/fmriprep:/bids_dir \
-v /my/out/dir/betaseries:/out_dir \
-v /my/out/dir/betaseries/tmp:/work_dir \
hbclab/nibetaseries:v0.6.0 \
nibs -c white_matter csf cosine01 cosine02 cosine03 cosine04 cosine05 cosine06 cosine07 \
--participant-label 01 \
-w /work_dir \
/bids_dir \
fmriprep \
/out_dir \
--nthreads 32 \
--estimator lss \
--hrf-model 'glover' \
participant
OS
Ubuntu
nibetaseries version
v0.6.0
stacktrace.txt
Describe the bug
I've solved a number of other issues while trying to work with this module, but now got stuck with an
sqlalchemyerror (unable to open database file) that I can't get past because I'm not even sure at what point it happens.Could you let me know what I am doing wrong, please? (I've had to use nibetaseries from docker since the pip version tried to install a number of dependencies, of which pandas failed to build. )
The stacktrace is attached. I would really like to use nibetaseries.
To Reproduce
OS
Ubuntu
nibetaseries version
v0.6.0
stacktrace.txt