diff plinksRedoJob.sh @ 17:b976a7449d41

sic
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 27 Feb 2020 13:24:19 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plinksRedoJob.sh	Thu Feb 27 13:24:19 2020 +0000
@@ -0,0 +1,15 @@
+#!/bin/bash
+# Usage: qsub -v t1=1stTar,tn=numTars plinksJob.sh
+#PBS -l select=2:ncpus=36
+#PBS -l place=exclhost
+#PBS -l walltime=08:00:00
+#PBS -V
+#PBS -A dc007
+#PBS -N plr
+
+#module load mpt
+
+cd ${PBS_O_WORKDIR}
+
+bin/plinksRedoMaster.sh
+