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
The $CBIG_CODE_DIR env variable has to be set to (correctly) run KONG2022/examples/CBIG_ArealMSHBM_create_example_input_data.sh. This info is missing in examples/readme.md. If not set, the script doesn't terminate but just throws some warnings and probably copies things to a wrong location.
Might make even more sense to just read the scripts directory via SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) or sth like this.
The text was updated successfully, but these errors were encountered:
The
$CBIG_CODE_DIR
env variable has to be set to (correctly) runKONG2022/examples/CBIG_ArealMSHBM_create_example_input_data.sh
. This info is missing inexamples/readme.md
. If not set, the script doesn't terminate but just throws some warnings and probably copies things to a wrong location.Might make even more sense to just read the scripts directory via
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
or sth like this.The text was updated successfully, but these errors were encountered: