diff options
author | Pjotr Prins | 2018-02-10 07:53:53 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-02-10 07:53:53 +0000 |
commit | 97ccc478543a7bb08fe0cf178e320dd5811d8bfa (patch) | |
tree | 65c3610e421eea8615c377d922ad63d6cd258bde /bin | |
parent | 4ae2d548127eeeaa7cec0baf1b788005b5e8e51d (diff) | |
download | genenetwork2-97ccc478543a7bb08fe0cf178e320dd5811d8bfa.tar.gz |
Check for bimbam path and bail out if it is missing
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/genenetwork2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2 index f64576d5..7148c022 100755 --- a/bin/genenetwork2 +++ b/bin/genenetwork2 @@ -45,6 +45,7 @@ SCRIPT=$(realpath "$0") echo SCRIPT=$SCRIPT +echo GN2_PROFILE=$GN2_PROFILE GN2_BASE_DIR=$(dirname $(dirname "$SCRIPT")) GN2_ID=$(cat /etc/hostname):$(basename $GN2_BASE_DIR) |