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
<containerName_zip.sh>
I just noticed that in <containerName_zip.sh> in bootstrap scripts, for example this from QSIPrep multises bootstrap script:
cd prep 7z a ../${subid}_${sesid}_qsiprep-0.14.2.zip qsiprep rm -rf prep .git/tmp/wdir rm ${filterfile}
There should be cd .. before rm -rf prep .git/tmp/wdir.
cd ..
rm -rf prep .git/tmp/wdir
This also happens in other BIDS App's bootstrap scripts, too....
The text was updated successfully, but these errors were encountered:
mattcieslak
scovitz
No branches or pull requests
I just noticed that in
<containerName_zip.sh>
in bootstrap scripts, for example this from QSIPrep multises bootstrap script:There should be
cd ..
beforerm -rf prep .git/tmp/wdir
.This also happens in other BIDS App's bootstrap scripts, too....
The text was updated successfully, but these errors were encountered: