haddocking / haddock-restraints

Generate restraints to be used in HADDOCK
https://bonvinlab.org/haddock-restraints
MIT License
1 stars 1 forks source link
haddock restraints structural-biology tbl

haddock-restraints

DOI Crates.io Version Crates.io License fair-software.eu

tests Codacy Badge Crates.io Total Downloads

A standalone command-line application to generate restraints to be used in HADDOCK.

Commands

Usage

Check bonvinlab.org/haddock-restraints for a user guide.

Install

OR

Execute

$ haddock-restraints -h
Generate restraints to be used in HADDOCK

Usage: haddock-restraints <COMMAND>

Commands:
  tbl        Generate TBL file from input file
  ti         Generate true-interface restraints from a PDB file
  restraint  Generate Unambiguous restraints to keep molecules together during docking
  interface  List residues in the interface
  z          Generate Z-restraints for a protein
  help       Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Planned features

Troubleshooting

Unable to find libclang

sudo apt-get install libclang-dev