I am trying to use bwa to perform alignment like the following:


#!/bin/sh
#PBS -S /bin/sh
#PBS -N run_aln
...