You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README lists this:
docker run -ti -v $PWD/ds114_test1:/home/jovyan/work/data bids/mindboggle /home/jovyan/work/data /home/jovyan/work/data/derivatives/ participant
Yet what I think you mean is:
docker run -ti -v $PWD/ds114_test1:/home/jovyan/work/data bids/mindboggle /home/jovyan/work/data /home/jovyan/work/data participant
The run.py file appends "derivatives" onto the output directory. So, as-written, it would go into work/data/derivatives/derivatives/mindboggle
The text was updated successfully, but these errors were encountered:
celstark
added a commit
to celstark/mindboggle
that referenced
this issue
Apr 6, 2018
The README lists this:
docker run -ti -v $PWD/ds114_test1:/home/jovyan/work/data bids/mindboggle /home/jovyan/work/data /home/jovyan/work/data/derivatives/ participant
Yet what I think you mean is:
docker run -ti -v $PWD/ds114_test1:/home/jovyan/work/data bids/mindboggle /home/jovyan/work/data /home/jovyan/work/data participant
The run.py file appends "derivatives" onto the output directory. So, as-written, it would go into work/data/derivatives/derivatives/mindboggle
The text was updated successfully, but these errors were encountered: