@@ -13,7 +13,7 @@ task novoalign { | |||
set -o pipefail | |||
set -e | |||
nt=$(nproc) | |||
/opt/novoalign -d ${NVref_dir}/${index} -f ${fastq_1} ${fastq_2} -o SAM --hlimit 9 -t 0,2 -c $nt > ${sample}.novoalign.sam | |||
/opt/novoalign -d ${NVref_dir}/${index} -f ${fastq_1} ${fastq_2} -o SAM --hlimit 9 -t 0,2 -c $nt > ${sample}.novoalign.sam | |||
>>> | |||
runtime { |