Browse Source

更新 'tasks/stralka.wdl'

master
meng 2 years ago
parent
commit
13b9851f60
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tasks/stralka.wdl

+ 2
- 0
tasks/stralka.wdl View File

@@ -6,6 +6,7 @@ task strelka_calling{
String ref_fasta
File ref_dir
String sample_id
File ref_bed
File? manta_indel_vcf
File? manta_indel_vcf_index
@@ -22,6 +23,7 @@ task strelka_calling{
--normalBam ${normal_bam} \
--tumorBam ${tumor_bam} \
--referenceFasta ${ref_dir}/${ref_fasta} \
--callRegions ${ref_bed} \
--runDir ${out_dir}
ls ${out_dir}

Loading…
Cancel
Save