Changes between Version 4 and Version 5 of cypress/WGSA
- Timestamp:
- 07/15/20 22:15:54 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/WGSA
v4 v5 123 123 }}} 124 124 Go through the steps of the installing process and following the guidance at http://useast.ensembl.org/info/docs/tools/vep/script/vep_tutorial.html. When being asked for the cache files, choose “242 : homo_sapiens_merged_vep_94_GRCh37.tar.gz”. When being asked for fasta files, choose “27 : homo_sapiens”. When being asked for the plugins, choose "7:LOF". The fasta file downloading is required for the current version of WGSA. 125 126 *This takes very long time... 127 125 128 {{{ 126 129 perl INSTALL.pl -c $WGSA_DIR/.vep --ASSEMBLY GRCh38 127 130 }}} 128 131 When being asked for the cache files, choose "243 : homo_sapiens_merged_vep_94_GRCh38.tar.gz". When being asked for fasta files, choose “54: homo_sapiens”. When being asked for the plugins, choose "n" as LOF has already been installed. 132 133 *This takes very long time... 134 135 Change the permissions for these directories... 129 136 {{{ 130 137 chmod 777 $WGSA_DIR/.vep/Plugins