-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add unambig_ti stub * add `unambig-ti` subcommand * add test data * cleaning * update docs * cleaning * bump version * update `README.md`
- Loading branch information
1 parent
d035a01
commit cb41a3b
Showing
8 changed files
with
349 additions
and
134 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Generate _unambiguous true-interface_ restraints from a PDB file | ||
|
||
This is a more strict version of the true-interface restraints that assigns | ||
specific pairs to each residue in the interface. | ||
|
||
For each atom in each of the chains, the algorithm defines the pairs based on | ||
atomic interactions between any atom of a given residue in the interface and | ||
any other atom in an interacting chain. The restraints are later defined | ||
considering the CA-CA distances of such pairs; thus allowing for | ||
side-chain flexibility. | ||
|
||
## Usage | ||
|
||
To run the `unambig-ti` subcommand, you just need to provide the path to the | ||
PDB file and the cutoff distance. For example: | ||
|
||
```bash | ||
haddock-restraints unambig-ti path/to/complex.pdb 5.0 > unambig.tbl | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
ATOM 8 N THR A 2 15.115 11.555 5.265 1.00 7.81 N | ||
ATOM 9 CA THR A 2 13.856 11.469 6.066 1.00 8.31 C | ||
ATOM 10 C THR A 2 14.164 10.785 7.379 1.00 5.80 C | ||
ATOM 11 O THR A 2 14.993 9.862 7.443 1.00 6.94 O | ||
ATOM 12 CB THR A 2 12.732 10.711 5.261 1.00 10.32 C | ||
ATOM 13 CG2 THR A 2 12.484 11.442 3.895 1.00 11.90 C | ||
ATOM 14 OG1 THR A 2 13.308 9.439 4.926 1.00 12.81 O | ||
ATOM 47 N ARG B 10 7.647 4.909 10.005 1.00 3.73 N | ||
ATOM 48 CA ARG B 10 8.496 4.609 8.837 1.00 3.38 C | ||
ATOM 49 C ARG B 10 7.798 3.609 7.876 1.00 3.47 C | ||
ATOM 50 O ARG B 10 7.878 3.778 6.651 1.00 4.67 O | ||
ATOM 51 CB ARG B 10 9.847 4.020 9.305 1.00 3.95 C | ||
ATOM 52 CG ARG B 10 10.752 3.607 8.149 1.00 4.55 C | ||
ATOM 53 CD ARG B 10 11.226 4.699 7.244 1.00 5.89 C | ||
ATOM 54 NE ARG B 10 12.143 5.571 8.035 1.00 6.20 N | ||
ATOM 55 CZ ARG B 10 12.758 6.609 7.443 1.00 7.52 C | ||
ATOM 56 NH1 ARG B 10 12.539 6.932 6.158 1.00 10.68 N1+ | ||
ATOM 57 NH2 ARG B 10 13.601 7.322 8.202 1.00 9.48 N |