Skip to content
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

Sample run minor issue in README #16

Open
celstark opened this issue Apr 6, 2018 · 0 comments
Open

Sample run minor issue in README #16

celstark opened this issue Apr 6, 2018 · 0 comments

Comments

@celstark
Copy link

celstark commented 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

celstark added a commit to celstark/mindboggle that referenced this issue Apr 6, 2018
"derivatives" automatically added to output directory name in run_mindboggle()
@celstark celstark mentioned this issue Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant