#! /bin/sh #SLURM -N 1 #SLURM -t 5:00 #SLURM -o clustal.out set -x ORIGDIR=`pwd` PID=$$ export PID TMPDIR=/tmp/$USER/$PID export TMPDIR mkdir -p $TMPDIR cd $TMPDIR # # Copy: $ORIGDIR/seq.pir # to: seq.pir # cp $ORIGDIR/seq.pir seq.pir # srun /home/biomed/bin/clustalw <