Explorar el Código

更新 'tasks/delly.wdl'

master
meng hace 2 años
padre
commit
9b38e55357
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      tasks/delly.wdl

+ 6
- 0
tasks/delly.wdl Ver fichero

@@ -12,6 +12,12 @@ task delly{
String disk_size

command<<<
set -o pipefail
set -e
nt=$(nproc)
make PARALLEL=1 -B /home/delly
export OMP_NUM_THREADS=$nt
/home/delly call -o ${sample}_delly.bcf \
-g ${ref_dir}/${fasta} \
${tumor_bam} ${normal_bam}

Cargando…
Cancelar
Guardar