소스 검색

更新 'tasks/bcftools_concat.wdl'

master
meng 2 년 전
부모
커밋
48b0e2dc88
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      tasks/bcftools_concat.wdl

+ 3
- 1
tasks/bcftools_concat.wdl 파일 보기

@@ -15,6 +15,7 @@ task bcftools {
nt=$(nproc)
bcftools concat -a ${vcf_indels} ${vcf_snvs} -Oz -o ${sample_id}_stralka.vcf.gz
bcftools index -t ${sample_id}_stralka.vcf.gz

>>>
@@ -26,6 +27,7 @@ task bcftools {
}
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…
취소
저장