-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for specifying covalent bonds and glycans (#205)
* Hook in bonds into forward pass * Update example to automatically remove old runs * Code for parsing glycans * Glyican parsing and writing * Polish * Glycosylation example * bond pair information is token level * Debugging code * Fix off by one * Do everything in token space * Back to atomland * Expand example, fix validation * Documentaion * Add tests * Documentation updates * Documentation updates * Update example * Misc. * Update README * Doc updates * Add example prediction * Documentation * Typo fix * Check residues when building bonds * Properly one index restraints table * Documentation upudate * Add newline * nit --------- Co-authored-by: Jack Dent <[email protected]>
- Loading branch information
Showing
22 changed files
with
612 additions
and
12 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.