annotate plinksRedoJob.sh @ 111:3119bca71181
warc and headers parts working
author |
Henry S. Thompson <ht@inf.ed.ac.uk> |
date |
Mon, 26 Apr 2021 15:28:23 +0000 (2021-04-26) |
parents |
b976a7449d41 |
children |
|
rev |
line source |
17
|
1 #!/bin/bash
|
|
2 # Usage: qsub -v t1=1stTar,tn=numTars plinksJob.sh
|
|
3 #PBS -l select=2:ncpus=36
|
|
4 #PBS -l place=exclhost
|
|
5 #PBS -l walltime=08:00:00
|
|
6 #PBS -V
|
|
7 #PBS -A dc007
|
|
8 #PBS -N plr
|
|
9
|
|
10 #module load mpt
|
|
11
|
|
12 cd ${PBS_O_WORKDIR}
|
|
13
|
|
14 bin/plinksRedoMaster.sh
|
|
15
|