Ver código fonte

Fixbug: reference

master
YaqingLiu 3 anos atrás
pai
commit
63da359fd2
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      tasks/VEP.wdl

+ 2
- 2
tasks/VEP.wdl Ver arquivo

perl ${vcf2maf_path}/vcf2vcf.pl \ perl ${vcf2maf_path}/vcf2vcf.pl \
--input-vcf ${sample_id}.vcf --output-vcf ${basename}.norm.vcf \ --input-vcf ${sample_id}.vcf --output-vcf ${basename}.norm.vcf \
$SAMPLE \ $SAMPLE \
--ref-fasta ${reference}
--ref-fasta ${ref_dir}/${fasta}
# VEP annotation # VEP annotation
perl ${vep_path}/vep --format vcf --vcf \ perl ${vep_path}/vep --format vcf --vcf \
--assembly ${ncbi_build} \ --assembly ${ncbi_build} \

Carregando…
Cancelar
Salvar