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
According to the error message, it looks like inv_warp is set to "null".
+ wb_command -surface-apply-warpfield ./cortexmap/cortexmap/surf/lh.cras.pial.surf.gii null ./cortexmap/cortexmap/surf/mni/lh.mni.pial.surf.gii -fnirt ../607a07380a3c71e36584dfa8/605524af73b69e7d6a36bbcf/warp.nii.gz
While running:
/usr/local/workbench/bin_linux64/../exe_linux64/wb_command -surface-apply-warpfield ./cortexmap/cortexmap/surf/lh.cras.pial.surf.gii null ./cortexmap/cortexmap/surf/mni/lh.mni.pial.surf.gii -fnirt ../607a07380a3c71e36584dfa8/605524af73b69e7d6a36bbcf/warp.nii.gz
ERROR: failed to open file 'null', file does not exist, or folder permissions prevent seeing it
The inv_wrap is copied from config.json as following.
inv_warp=`jq -r '.inverse_warp' config.json`
(please note it's using _[underscore] in "inverse_warp".
However, the config.json contains -(minus) for "inverse-warp"
I've noticed this App failing
According to the error message, it looks like inv_warp is set to "null".
The inv_wrap is copied from config.json as following.
(please note it's using _[underscore] in "inverse_warp".
However, the config.json contains -(minus) for "inverse-warp"
This comes from the App registration
I believe the App registration should be updated to
inverse_warp
(with underscore) as other Apps registered for this repo are using underscore.The text was updated successfully, but these errors were encountered: