Browse Source

normal to control

master
LUYAO REN 4 years ago
parent
commit
904854fda1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/delly.wdl

+ 1
- 1
tasks/delly.wdl View File



set -o pipefail set -o pipefail
set -e set -e
echo -e "${sample_name}.tumor\ttumor\n${sample_name}.normal\tnormal" > samples.tsv
echo -e "${sample_name}.tumor\ttumor\n${sample_name}.normal\tcontrol" > samples.tsv


nt=$(nproc) nt=$(nproc)
export OMP_NUM_THREADS=$nt export OMP_NUM_THREADS=$nt

Loading…
Cancel
Save