Skip to content

Commit 841646a

Browse files
committed
Updated shell script to use Matlab 2023a, which exits and works on upgraded Janelia cluster
1 parent 4098571 commit 841646a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compute_landmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
44
cd "$SCRIPT_DIR"
5-
/misc/local/matlab-2019a/bin/matlab -batch "modpath; compute_landmarks_for_patrick_pipeline('$1', '$2', '$3')"
5+
/misc/local/matlab-2023a/bin/matlab -batch "modpath; compute_landmarks_for_patrick_pipeline('$1', '$2', '$3')"

compute_z_matches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
44
cd "$SCRIPT_DIR"
5-
/misc/local/matlab-2019a/bin/matlab -batch "modpath; compute_z_matches_for_patrick_pipeline('$1', '$2', '$3', '$4', '$5')"
5+
/misc/local/matlab-2023a/bin/matlab -batch "modpath; compute_z_matches_for_patrick_pipeline('$1', '$2', '$3', '$4', '$5')"

freezing/template_driver_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cd /groups/mousebrainmicro/mousebrainmicro/scripts/freezing
22
out=freeze-2020-12-31.out.txt
3-
bsub -P mouselight -n 8 -oo $out -eo $out /misc/local/matlab-2019a/bin/matlab -nodisplay -batch "modpath; freeze_2020_12_31"
3+
bsub -P mouselight -n 8 -oo $out -eo $out /misc/local/matlab-2023a/bin/matlab -nodisplay -batch "modpath; freeze_2020_12_31"

0 commit comments

Comments
 (0)