Parcourir la source

Update: VEP parameter

master
YaqingLiu il y a 3 ans
Parent
révision
063a2d5837
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      tasks/VEP.wdl

+ 2
- 1
tasks/VEP.wdl Voir le fichier

@@ -70,13 +70,14 @@ task VEP {
perl ${vep_path}/vep --format vcf --vcf \
--assembly ${ncbi_build} \
--species ${species} \
--everything --af_exac \
--offline \
--cache --dir_cache ${cache} \
--fasta ${ref_dir}/${fasta} \
--input_file ${basename}.PASS.vcf --output_file ${basename}.PASS.vep.vcf

# vcf2maf
perl ${vcf2maf_path}/vcf2maf.pl \
--inhibit-vep \

Chargement…
Annuler
Enregistrer