浏览代码

tunning novoalign parameters

master
LUYAO REN 6 年前
父节点
当前提交
0d7c6d3997
共有 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 {

正在加载...
取消
保存