diff --git a/jupyterlab-on-ra b/jupyterlab-on-ra index 814e23d..2fa32a4 100755 --- a/jupyterlab-on-ra +++ b/jupyterlab-on-ra @@ -6,4 +6,4 @@ else USER=$1 fi -ssh -S none $USER@ra 'source /sf/bernina/bin/anaconda_env && salloc -p shared jupyter lab --ip $HOSTNAME --no-browser' +ssh -S none $USER@ra 'source /sf/bernina/bin/anaconda_env && salloc -p day jupyter lab --ip $HOSTNAME --no-browser' diff --git a/pshell_correlation b/pshell_correlation new file mode 100755 index 0000000..bb5e21e --- /dev/null +++ b/pshell_correlation @@ -0,0 +1,7 @@ +#!/bin/bash + +/sf/bernina/bin/pshell_be \ + -m=/opt/gfa/pshell/apps/correlation \ + -sbar -l -d -k -q -b -e -g \ + ${1+"$@"} +