|
1 | 1 | # Installation |
2 | 2 |
|
3 | | -The tool is designed for users/students/developers that are familiar with HADDOCK and command-line scripting, and have access to an HPC infrastructure. |
| 3 | +The tool is designed for users/students/developers that are familiar with |
| 4 | +HADDOCK and command-line scripting, and have access to an HPC infrastructure. |
4 | 5 |
|
5 | | -If this is the first time you are using HADDOCK, please first familiarize yourself with the software by running the basic [HADDOCK2.4](/education/HADDOCK24/index.md) or [HADDOCK3](/education/HADDOCK3/index.md) tutorials. |
| 6 | +If this is the first time you are using HADDOCK, please first familiarize |
| 7 | +yourself with the software by running the basic |
| 8 | +[HADDOCK2.4](/education/HADDOCK24/index.md) or [HADDOCK3](/education/HADDOCK3/index.md) tutorials. |
6 | 9 |
|
7 | | -This tool is not meant to be used by end-users who want to run a single target, or a small set of targets; for that purpose we recommend instead using the [HADDOCK2.4 web server](https://wenmr.science.uu.nl/haddock2.4/). |
| 10 | +This tool is not meant to be used by end-users who want to run a single target, |
| 11 | +or a small set of targets; for that purpose we recommend instead using |
| 12 | +the [HADDOCK2.4 web server](https://wenmr.science.uu.nl/haddock2.4/). |
8 | 13 |
|
9 | 14 | > **VERY IMPORTANT**: You need to have HADDOCK installed on your system. |
10 | 15 | > This is not covered in this documentation. |
11 | | -> Please refer to the [HADDOCK2.4 installation instructions](/software/haddock2.4/installation) or [HADDOCK3.0 repository](https://github.com/haddocking/haddock3) for more information. |
| 16 | +> Please refer to the |
| 17 | +> [HADDOCK2.4 installation instructions](/software/haddock2.4/installation) |
| 18 | +> or [HADDOCK3.0 repository](https://github.com/haddocking/haddock3) for more information. |
12 | 19 |
|
13 | | -`haddock-runner` is a standalone open-source software licensed under Apache 2.0 and freely available from the following repository: [github.com/haddocking/haddock-runner](https://github.com/haddocking/haddock-runner). |
| 20 | +`haddock-runner` is a standalone open-source software licensed under Apache 2.0 |
| 21 | +and freely available from the following repository: [github.com/haddocking/haddock-runner](https://github.com/haddocking/haddock-runner). |
14 | 22 |
|
15 | 23 | To use it simply download the latest binary from the [releases page](https://github.com/haddocking/haddock-runner/releases): |
16 | 24 |
|
17 | 25 | ```bash |
18 | | -$ wget https://github.com/haddocking/haddock-runner/releases/download/v1.10.0/haddock-runner_1.10.0_linux_386.tar.gz |
19 | | -$ tar -zxvf haddock-runner_1.10.0_linux_386.tar.gz |
| 26 | +$ wget https://github.com/haddocking/haddock-runner/releases/download/v1.13.0/haddock-runner_1.13.0_linux_386.tar.gz |
| 27 | +$ tar -zxvf haddock-runner_1.13.0_linux_386.tar.gz |
20 | 28 | $ ./haddock-runner -version |
21 | | -haddock-runner version v1.10.0 |
| 29 | +haddock-runner version v1.13.0 |
22 | 30 | ``` |
23 | 31 |
|
24 | | -Alternatively, you can build the latest version from source (you probably don't need to do that), make sure [go](https://go.dev/doc/install) is installed and run the following commands: |
| 32 | +Alternatively, you can build the latest version from source (you probably don't |
| 33 | +need to do that), make sure [go](https://go.dev/doc/install) is installed |
| 34 | +and run the following commands: |
25 | 35 |
|
26 | 36 | ```bash |
27 | 37 | $ git clone https://github.com/haddocking/haddock-runner.git |
28 | 38 | $ cd haddock-runner |
29 | 39 | $ go build -o haddock-runner |
30 | 40 | $ ./haddock-runner -version |
31 | | -haddock-runner version v1.10.0 |
| 41 | +haddock-runner version v1.13.0 |
32 | 42 | ``` |
0 commit comments