Browse Source

更新 'tasks/prepareaa.wdl'

master
liuruimei 3 years ago
parent
commit
b1afaeb81a
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      tasks/prepareaa.wdl

+ 0
- 3
tasks/prepareaa.wdl View File

command <<< command <<<
set -o pipefail set -o pipefail
set -e set -e
cd /home/input
cp ${dedup_bam} ./
cp ${dedup_bamindex} ./
/home/programs/PrepareAA-master/PrepareAA.py -s ${sample_name} -t 15 --cnvkit_dir /home/programs/cnvkit.py --sorted_bam /home/input/${dedup_bam} --run_AA --ref GRCh38 -o /home/output /home/programs/PrepareAA-master/PrepareAA.py -s ${sample_name} -t 15 --cnvkit_dir /home/programs/cnvkit.py --sorted_bam /home/input/${dedup_bam} --run_AA --ref GRCh38 -o /home/output
>>> >>>

Loading…
Cancel
Save