Explorar el Código

Update: threads in Pindel

master
YaqingLiu hace 3 años
padre
commit
1819c0a4f6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      tasks/Pindel.wdl

+ 2
- 1
tasks/Pindel.wdl Ver fichero

@@ -14,6 +14,7 @@ task Pindel {
set -o pipefail
set -e
nt=$(nproc)

mkdir ./pindel_result/
mkdir ./input
@@ -44,7 +45,7 @@ task Pindel {
-f ${ref_dir}/${fasta} \
-o ./pindel_result/${sample_id} \
-c all \
-T 4 \
-T $nt \
-x 4 \
-l \
-B 0 \

Cargando…
Cancelar
Guardar