Преглед изворни кода

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 Прегледај датотеку

@@ -66,4 +66,8 @@ Parameters explanation

`-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 Прегледај датотеку

@@ -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 -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…
Откажи
Сачувај