LUYAO REN 4 anni fa
parent
commit
c21f2ba9f7
2 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. +4
    -1
      tasks/benchmark.wdl
  2. +1
    -1
      tasks/merge_mendelian.wdl

+ 4
- 1
tasks/benchmark.wdl Vedi File

@@ -18,7 +18,10 @@ task benchmark {

export HGREF=/cromwell_root/tmp/reference_data/GRCh38.d1.vd1.fa

/opt/rtg-tools/dist/rtg-tools-3.10.1-4d58ead/rtg bgzip ${vcf} -c > ${sample}.rtg.vcf.gz

gunzip ${vcf} -c > unzip.vcf
/opt/rtg-tools/dist/rtg-tools-3.10.1-4d58ead/rtg bgzip unzip.vcf -c > ${sample}.rtg.vcf.gz
/opt/rtg-tools/dist/rtg-tools-3.10.1-4d58ead/rtg index -f vcf ${sample}.rtg.vcf.gz

if [[ ${sample} =~ "LCL5" ]];then

+ 1
- 1
tasks/merge_mendelian.wdl Vedi File

@@ -1,4 +1,4 @@
task merge_mendelian {
ctask merge_mendelian {
File D5_trio_vcf
File D6_trio_vcf
File family_vcf

Loading…
Annulla
Salva