Browse Source

更新 'workflow.wdl'

master
meng 2 years ago
parent
commit
7d158d91f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl View File

@@ -188,7 +188,7 @@ call strelka_calling.strelka_calling as strelka_calling{

call bcftools_concat.bcftools as bcftools_concat{
input:
ref_dir=ref_dir,
ref_dir=ref_fasta_dir,
fasta=ref_fasta,
vcf_indels=strelka_calling.indel_vcf,
vcf_snvs=strelka_calling.snv_vcf,

Loading…
Cancel
Save