Skip to content

Commit 04d20ce

Browse files
committed
vep v78 => v81
1 parent a56e369 commit 04d20ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deploy/mac_osx/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ NOTE: root access may be required for the brew install commands.
5353
0. Download and install VEP. It's used by seqr to annotate variants. Also, we install tabix as we need it to optimize the VEP cache.
5454
`brew install tabix`
5555
`cd ${SEQR_INSTALL_DIR}`
56-
`wget https://github.com/Ensembl/ensembl-tools/archive/release/78.zip`
57-
`unzip 78.zip`
58-
`mv ensembl-tools-release-78/scripts/variant_effect_predictor .`
59-
`rm -rf 78.zip ensembl-tools-release-78`
56+
`wget https://github.com/Ensembl/ensembl-tools/archive/release/81.zip`
57+
`unzip 81.zip`
58+
`mv ensembl-tools-release-81/scripts/variant_effect_predictor .`
59+
`rm -rf 81.zip ensembl-tools-release-81`
6060
`cd variant_effect_predictor`
6161
`perl INSTALL.pl --AUTO acf --CACHEDIR ../vep_cache_dir --SPECIES homo_sapiens --ASSEMBLY GRCh37 --CONVERT`
6262

@@ -145,7 +145,7 @@ NOTE: root access may be required for the brew install commands.
145145

146146
0. Before a VCF can be loaded into seqr, it must be annotated with VEP to add a specific set of annotations, including those provided by the [dbNSFP](http://www.ensembl.info/ecode/loftee/) and [LoFTEE](http://www.ensembl.info/ecode/loftee/) plugins. Once these plugins have been installed, please use the following command to annotate your VCF file (here called my_data.vcf.gz):
147147

148-
```perl ./vep/ensembl-tools-release-78/scripts/variant_effect_predictor/variant_effect_predictor.pl --everything --vcf --allele_number --no_stats --cache --offline --dir ./vep_cache/ --force_overwrite --cache_version 78 --fasta ./vep_cache/homo_sapiens/78_GRCh37/Homo_sapiens.GRCh37.75.dna.primary_assembly.fa --assembly GRCh37 --tabix --plugin LoF,human_ancestor_fa:./loftee_data/human_ancestor.fa.gz,filter_position:0.05,min_intron_size:15 --plugin dbNSFP,./reference_data/dbNSFP/dbNSFPv2.9.gz,Polyphen2_HVAR_pred,CADD_phred,SIFT_pred,FATHMM_pred,MutationTaster_pred,MetaSVM_pred -i my_data.vcf.gz -o my_data.vep.vcf.gz```
148+
```perl ./vep/ensembl-tools-release-81/scripts/variant_effect_predictor/variant_effect_predictor.pl --everything --vcf --allele_number --no_stats --cache --offline --dir ./vep_cache/ --force_overwrite --cache_version 81 --fasta ./vep_cache/homo_sapiens/81_GRCh37/Homo_sapiens.GRCh37.75.dna.primary_assembly.fa --assembly GRCh37 --tabix --plugin LoF,human_ancestor_fa:./loftee_data/human_ancestor.fa.gz,filter_position:0.05,min_intron_size:15 --plugin dbNSFP,./reference_data/dbNSFP/dbNSFPv2.9.gz,Polyphen2_HVAR_pred,CADD_phred,SIFT_pred,FATHMM_pred,MutationTaster_pred,MetaSVM_pred -i my_data.vcf.gz -o my_data.vep.vcf.gz```
149149

150150
0. Once you have an annotated file, it can be loaded the same way as steps 6 to 8 in the 'Load example data' section.
151151

0 commit comments

Comments
 (0)