We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d780496 commit 02f201fCopy full SHA for 02f201f
tools/run_scanner.sh
@@ -34,6 +34,17 @@ esac
34
35
CI=${CI-$CODESPACES}
36
37
+# fix for running on BioHPC
38
+
39
+hostname=$(hostname)
40
+if [[ ${hostname#*.} == "biohpc.cornell.edu" ]]
41
+then
42
+ echo "Processing on BioHPC"
43
+ CI=true
44
+ module load stata || exit 2
45
+fi
46
47
48
[[ -z $icpsrdir ]] && icpsrdir=$(ls -1d *| grep -E "^[1-9][0-9][0-9][0-9][0-9][0-9]$")
49
if [[ -d $icpsrdir ]]
50
then
0 commit comments