Skip to content

Commit baf3cfb

Browse files
author
Peter Causey-Freeman
committed
update manual for installation
1 parent 0efa6e4 commit baf3cfb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/INSTALLATION.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ Where:
8282

8383
*Note: We have had reports that on some systems ALL PRIVILEGES may be required rather than SELECT,INSERT,UPDATE,DELETE*
8484

85-
Download and our pre-populated database to MySQL as follows. ***Note: check [here](https://www528.lamp.le.ac.uk/vvdata/validator/) for the most up-to-date version***
85+
Download and our pre-populated database to MySQL as follows.
86+
87+
***Essential Step: check [here](https://www528.lamp.le.ac.uk/vvdata/validator/) and make sure you download and install the most up-to-date version***
8688

8789
```bash
8890
$ wget https://www528.lamp.le.ac.uk/vvdata/validator/validator_2021-07-21.sql.gz
@@ -97,7 +99,8 @@ If you wish to test your installation using pytest (see below) we recommend that
9799
## Setting up Seqrepo (SQLite >=3.8)
98100

99101
VariantValidator requires a local SeqRepo database. The seqrepo package has already been installed into the virtual environment, but you'll need to download an actual seqrepo database. This can go anywhere on your system drive.
100-
***Note: check [here](https://www528.lamp.le.ac.uk/vvdata/vv_seqrepo/) for the most up-to-date version where the required file is
102+
103+
***Essential Step: check [here](https://www528.lamp.le.ac.uk/vvdata/vv_seqrepo/) and make sure you download and install the most up-to-date version where the required file is
101104
e.g. VV_SR_2021_2.tar and the numbers indicate the creation date i.e. 2021_02 = February 2021***
102105

103106
```
@@ -128,6 +131,9 @@ Where:
128131
- password is a unique password for user
129132

130133
To fill this database, download the gzipped uta genetics database, and upload it into psql.
134+
135+
***Essential Step: check [here](https://www528.lamp.le.ac.uk/vvdata/vvta/) and make sure you download and install the most up-to-date version***
136+
131137
```
132138
$ wget --output-document=VVTA_2022_02.noseq.psql.gz https://www528.lamp.le.ac.uk/vvdata/vvta/VVTA_2022_02.noseq.psql.gz
133139
$ gzip -cdq VVTA_2022_02.noseq.psql.gz | psql -U <USER> -v ON_ERROR_STOP=0 -d vvta -Eae

0 commit comments

Comments
 (0)