Browse Source

更新 'tasks/bcftools_concat.wdl'

master
meng 2 years ago
parent
commit
48b0e2dc88
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      tasks/bcftools_concat.wdl

+ 3
- 1
tasks/bcftools_concat.wdl View File

nt=$(nproc) nt=$(nproc)
bcftools concat -a ${vcf_indels} ${vcf_snvs} -Oz -o ${sample_id}_stralka.vcf.gz bcftools concat -a ${vcf_indels} ${vcf_snvs} -Oz -o ${sample_id}_stralka.vcf.gz
bcftools index -t ${sample_id}_stralka.vcf.gz


>>> >>>
} }
output { output {
File norm_vcf = "${sample_id}_stralka.vcf.gz"
File concat_vcf = "${sample_id}_stralka.vcf.gz"
File concat_vcf_index = "${sample_id}_stralka.vcf.gz.tbi"
} }
} }

Loading…
Cancel
Save