Selaa lähdekoodia

Use the HGREF

master
YuanfengZhang 3 vuotta sitten
vanhempi
commit
9878a79ead
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      tasks/pre.wdl

+ 2
- 2
tasks/pre.wdl Näytä tiedosto

@@ -20,10 +20,10 @@ task pre {

if [[ ${sample} =~ "LCL7" ]]; then
/opt/hap.py/bin/pre.py ${vcf} ${sample}vcf.gz \
-r ${ref_dir}/${fasta} -D -L --fixchr --gender male --threads $nt --logfile ${sample}.normalization.log
-r ${HGREF} -D -L --fixchr --gender male --threads $nt --logfile ${sample}.normalization.log
else
/opt/hap.py/bin/pre.py ${vcf} ${sample}vcf.gz \
-r ${ref_dir}/${fasta} -D -L --fixchr --gender female --threads $nt --logfile ${sample}.normalization.log
-r ${HGREF} -D -L --fixchr --gender female --threads $nt --logfile ${sample}.normalization.log
fi

>>>

Loading…
Peruuta
Tallenna