Ver código fonte

更新 'tasks/manta.wdl'

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

+ 2
- 0
tasks/manta.wdl Ver arquivo

@@ -4,6 +4,7 @@ task manta_calling{
File normal_bam
File normal_bam_bai
String ref_fasta
String ref_bed
File ref_dir
String sample_id
@@ -24,6 +25,7 @@ task manta_calling{
/home/biosoft/manta-1.6.0.centos6_x86_64/bin/configManta.py \
$INPUT \
--referenceFasta ${ref_dir}/${ref_fasta} \
--callRegions ${ref_dir}/${ref_bed} \
--runDir ${out_dir}
ls ${out_dir}

Carregando…
Cancelar
Salvar