Ver código fonte

更新 'tasks/manta.wdl'

master
meng 2 anos atrás
pai
commit
90644caa9c
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      tasks/manta.wdl

+ 3
- 3
tasks/manta.wdl Ver arquivo

@@ -1,6 +1,6 @@
task manta_calling{
File tumour_bam
File tumour_bam_bai
File tumor_bam
File tumor_bam_bai
File normal_bam
File normal_bam_bai
String ref_fasta
@@ -18,7 +18,7 @@ task manta_calling{
nt=$(nproc)
/home/biosoft/manta-1.6.0.centos6_x86_64/bin/configManta.py \
--normalBam ${normal_bam} \
--tumorBam ${tumour_bam} \
--tumorBam ${tumor_bam} \
--referenceFasta ${ref_dir}/${ref_fasta} \
--runDir ${out_dir}

Carregando…
Cancelar
Salvar