Quellcode durchsuchen

更新 'tasks/bcftools_concat.wdl'

master
meng vor 2 Jahren
Ursprung
Commit
48b0e2dc88
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. +3
    -1
      tasks/bcftools_concat.wdl

+ 3
- 1
tasks/bcftools_concat.wdl Datei anzeigen

@@ -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"
}
}

Laden…
Abbrechen
Speichern