haddock-restraints 0.11.1

Generate restraints to be used in HADDOCK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generate `.tbl` file from a configuration file

`haddock-restraints` can generate a `.tbl` file from a configuration file. The configuration file is a JSON file that contains the information needed to generate the restraints.

To use this file you first need to get familiar with a few concepts:

- [Active/Passive residues]./active_passive.md

- [Configuration file]./configuration_file.md

## Usage

To run the `tbl` subcommand, you just need to provide the path to the configuration file. For example:

```bash
haddock-restraints tbl path/to/config.json > restraints.tbl
```