瀏覽代碼

tunning novoalign parameters

master
LUYAO REN 6 年之前
父節點
當前提交
4fab4841b4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/novoalign.wdl

+ 1
- 1
tasks/novoalign.wdl 查看文件

@@ -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 {

Loading…
取消
儲存