Przeglądaj źródła

更新 'tasks/delly.wdl'

master
meng 2 lat temu
rodzic
commit
9b38e55357
1 zmienionych plików z 6 dodań i 0 usunięć
  1. +6
    -0
      tasks/delly.wdl

+ 6
- 0
tasks/delly.wdl Wyświetl plik

@@ -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}

Ładowanie…
Anuluj
Zapisz