瀏覽代碼

tunning novoalign parameters

master
LUYAO REN 6 年之前
父節點
當前提交
86b363b79a
共有 2 個檔案被更改,包括 6 行新增2 行删除
  1. +5
    -1
      README.md
  2. +1
    -1
      tasks/novoalign.wdl

+ 5
- 1
README.md 查看文件



`-o` Specifies the report format `-o` Specifies the report format


`-c` Sets the number of threads to be used. On licensed versions it defaults to the number of CPUs as reported by sysinfo(). On free version the option is disabled.
`-c` Sets the number of threads to be used. On licensed versions it defaults to the number of CPUs as reported by sysinfo(). On free version the option is disabled.

##### Per sample running time

to be added

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

set -o pipefail set -o pipefail
set -e set -e
nt=$(nproc) nt=$(nproc)
/opt/novoalign -d ${NVref_dir}/${index} -f ${fastq_1} ${fastq_2} -o SAM -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 { runtime {

Loading…
取消
儲存