From 174e7c979681421071fff8db58a02a86306a55b2 Mon Sep 17 00:00:00 2001 From: lemke_h Date: Fri, 27 Oct 2023 11:19:09 +0200 Subject: [PATCH] update --- jupyterlab-on-ra | 2 +- pshell_correlation | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100755 pshell_correlation 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+"$@"} +