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

Argument order matters to nibabies-wrapper #331

Open
chaselgrove opened this issue Dec 21, 2023 · 0 comments
Open

Argument order matters to nibabies-wrapper #331

chaselgrove opened this issue Dec 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@chaselgrove
Copy link

What happened?

The order of arguments to nibabies-wrapper matters when using -i. The command (given separately) fails with:

The selected working directory is a subdirectory of the input BIDS folder. Please modify the output path.

If -i and -w are given after the positional arguments, this doesn't happen.

What command did you use?

nibabies-wrapper singularity \
    -i nibabies-23.1.0.sif \
    -w `pwd`/tmp \
    `pwd`/bcp \
    `pwd`/output \
    participant

What version of NiBabies are you using?

23.1.0

Relevant log output

No response

Add any additional information or context about the problem here.

nibabies-23.1.0.sif must exist, but it doesn't matter if bcp, output, or tmp exist.

@chaselgrove chaselgrove added the bug Something isn't working label Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant