-
Notifications
You must be signed in to change notification settings - Fork 24
/
INSTALL
78 lines (52 loc) · 2.1 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Brief installation instructions
VADR 1.6.4; June 2024
-------------------------------------------------------------
These are quick installation instructions. For complete documentation,
please go to:
https://github.com/ncbi/vadr/blob/master/documentation/install.md
------------
Installation
------------
Copy the file
https://raw.githubusercontent.com/ncbi/vadr/master/vadr-install.sh
to a new empty directory where you want to install VADR.
If you are installing on a Linux system, execute the command:
sh ./vadr-install.sh linux
If you are installing on a Mac/OSX silicon (M1/M2) system, execute the
command:
sh ./vadr-install.sh macosx-silicon
If you are installing on a Mac/OSX intel system, execute the command:
sh ./vadr-install.sh macosx-intel
Next, set your environment variables as explained at the end of the
output of the above command.
Finally, run tests to verify that your installation was successful by
running the command:
$VADRSCRIPTSDIR/testfiles/do-install-tests-local.sh
---
Alternative two-step installation:
It may be more convenient for some users to perform two separate steps
to first download the necessary files and then build them. To do that,
replace the single 'sh ./vadr-install.sh' command recommended above
with two commands, as follows:
If you are installing on a Linux system, execute the commands:
sh ./vadr-install.sh linux download
sh ./vadr-install.sh linux build
If you are installing on a Mac/OSX silicon (M1/M2) system, execute the
commands:
sh ./vadr-install.sh macosx-silicon download
sh ./vadr-install.sh macosx-silicon build
If you are installing on a Mac/OSX intel system, execute the commands:
sh ./vadr-install.sh macosx-intel download
sh ./vadr-install.sh macosx-intel build
These two commands must be run from the same directory.
Then proceed with setting the environment variables as explained at
the end of the second vadr-install.sh command above, and with running
tests as explained above.
---
See
https://github.com/ncbi/vadr/blob/master/documentation/install.md
for more details and information on troubleshooting.
---
Contact
for help.