You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/home.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Results are organized by scenario and target, making it easy to compare performa
86
86
4.**List your input files** in the required format
87
87
5.**Run the benchmark** and analyze results
88
88
89
-
See the [Setting Up a Benchmark](/setting-up-bm5) and [Writing a Benchmark YAML File](/usage#step-3-write-the-benchmark-configuration) sections for detailed instructions.
89
+
See the [Setting Up a Benchmark](./setting-up-bm5.md) and [Writing a Benchmark YAML File](./usage.md#step-3-write-the-benchmark-configuration) sections for detailed instructions.
Copy file name to clipboardExpand all lines: docs/src/installation.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The `haddock-runner` is designed for researchers, developers, and advanced users
12
12
13
13
If you are new to HADDOCK, we recommend:
14
14
15
-
- Completing the basic [HADDOCK3 tutorials](/education/HADDOCK3/index.md)
15
+
- Completing the basic [HADDOCK3 tutorials](https://www.bonvinlab.org/education/HADDOCK3)
16
16
- Familiarizing yourself with HADDOCK3 workflows and configuration
17
17
18
18
For single target docking or small-scale experiments, consider using:
@@ -81,7 +81,7 @@ Available platforms will include:
81
81
-`x86_64-apple-darwin` (macOS Intel)
82
82
-`aarch64-apple-darwin` (macOS Apple Silicon)
83
83
84
-
> **Note**: Pre-built binaries are coming soon. For now, please use Method 1 (crates.io) or see the [Development](/development) section for building from source.
84
+
> **Note**: Pre-built binaries are coming soon. For now, please use Method 1 (crates.io) or see the [Development](./development.md) section for building from source.
85
85
86
86
## Post-Installation Setup
87
87
@@ -138,13 +138,12 @@ If you encounter installation issues:
138
138
139
139
- Check the [GitHub Issues](https://github.com/haddocking/haddock-runner/issues) for known problems
140
140
- Consult the [HADDOCK3 documentation](https://github.com/haddocking/haddock3) for HADDOCK-specific requirements
141
-
- Contact the development team via the support channels mentioned in the [Getting Help](/getting-help) section
142
141
143
142
## Next Steps
144
143
145
144
Now that you have `haddock-runner` installed, you're ready to:
146
145
147
-
1.**Set up your first benchmark** - See [Setting Up a Benchmark](/setting-up-bm5)
148
-
2.**Write a configuration file** - See [Writing a Benchmark YAML File](/usage#step-3-write-the-benchmark-configuration)
149
-
3.**Prepare your input files** - See [Writing an Input List File](/usage#step-2-create-the-input-list-file)
150
-
4.**Run your benchmark** - See [Running Haddock Runner](/usage#step-4-run-the-benchmark)
146
+
1.**Set up your first benchmark** - See [Setting Up a Benchmark](./setting-up-bm5.md)
147
+
2.**Write a configuration file** - See [Writing a Benchmark YAML File](./usage.md#step-3-write-the-benchmark-configuration)
148
+
3.**Prepare your input files** - See [Writing an Input List File](./usage.md#step-2-create-the-input-list-file)
149
+
4.**Run your benchmark** - See [Running Haddock Runner](./usage.md#step-4-run-the-benchmark)
0 commit comments