-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improved local pdb loading Previously, an error would be raised when attempting to find bonds in a PDB file that lacked bond information and contained multiple chain identifiers. Now, the atoms are first loaded and then connected. * Getting rid of unused imports * Adding new test for local pdb with no bonds * attempt to import bonds first --------- Co-authored-by: Brady Johnston <36021261+BradyAJohnston@users.noreply.github.com> Co-authored-by: Brady Johnston <brady.johnston@me.com>
- Loading branch information
1 parent
a1fd75f
commit 362678f
Showing
4 changed files
with
73 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
REMARK original generated coordinate pdb file | ||
ATOM 0 C1 BGX 1 1.000 1.000 1.000 1.00 0.00 C | ||
ATOM 1 H1 BGX 1 2.000 2.000 2.000 1.00 0.00 H | ||
ATOM 2 C5 BGX 1 3.000 3.000 3.000 1.00 0.00 C | ||
ATOM 3 H5 BGX 1 4.000 4.000 4.000 1.00 0.00 H | ||
ATOM 4 O5 BGX 1 5.000 5.000 5.000 1.00 0.00 O | ||
ATOM 5 C2 BGX 1 6.000 6.000 6.000 1.00 0.00 C | ||
ATOM 6 H2 BGX 1 7.000 7.000 7.000 1.00 0.00 H | ||
ATOM 7 O2 BGX 1 8.000 8.000 8.000 1.00 0.00 O | ||
ATOM 8 HO2 BGX 1 9.000 9.000 9.000 1.00 0.00 H | ||
ATOM 9 C3 BGX 1 -1.000 -1.000 -1.000 1.00 0.00 C | ||
ATOM A H3 BGX 1 -2.000 -2.000 -2.000 1.00 0.00 H | ||
ATOM B O3 BGX 1 -3.000 -3.000 -3.000 1.00 0.00 O | ||
ATOM C HO3 BGX 1 -4.000 -4.000 -4.000 1.00 0.00 H | ||
ATOM D C4 BGX 1 -5.000 -5.000 -5.000 1.00 0.00 C | ||
ATOM E H4 BGX 1 -6.000 -6.000 -6.000 1.00 0.00 H | ||
ATOM F O4 BGX 2 -7.000 -7.000 -7.000 1.00 0.00 O | ||
END |
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