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

String ref_fasta String ref_fasta
File ref_dir File ref_dir
String sample_id String sample_id
File ref_bed
File? manta_indel_vcf File? manta_indel_vcf
File? manta_indel_vcf_index File? manta_indel_vcf_index
--normalBam ${normal_bam} \ --normalBam ${normal_bam} \
--tumorBam ${tumor_bam} \ --tumorBam ${tumor_bam} \
--referenceFasta ${ref_dir}/${ref_fasta} \ --referenceFasta ${ref_dir}/${ref_fasta} \
--callRegions ${ref_bed} \
--runDir ${out_dir} --runDir ${out_dir}
ls ${out_dir} ls ${out_dir}

Loading…
Cancel
Save