We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The order of arguments to nibabies-wrapper matters when using -i. The command (given separately) fails with:
-i
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.
-w
nibabies-wrapper singularity \ -i nibabies-23.1.0.sif \ -w `pwd`/tmp \ `pwd`/bcp \ `pwd`/output \ participant
23.1.0
No response
nibabies-23.1.0.sif must exist, but it doesn't matter if bcp, output, or tmp exist.
nibabies-23.1.0.sif
bcp
output
tmp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
The order of arguments to nibabies-wrapper matters when using
-i
. The command (given separately) fails with:If
-i
and-w
are given after the positional arguments, this doesn't happen.What command did you use?
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 ifbcp
,output
, ortmp
exist.The text was updated successfully, but these errors were encountered: