-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct `MODEL`, `END` and `ENDMDL` in `pdb_tidy`
- Loading branch information
Showing
3 changed files
with
79 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
HEADER THIS A DUMMY PDB FOR PDB-TOOLS TESTING | ||
TITLE A RANDOM PDB | ||
REMARK MODEL 1 HAS A BAD FORMATTED LINE | ||
REMARK MODEL 2 HAS NO NUMBER | ||
REMARK PDB_TIDY SHOULD ADD AND CORRECT THE MODEL NUMBERS | ||
MODEL 1 | ||
ATOM 1 N ASN A 1 22.066 40.557 0.420 1.00 0.00 N | ||
ATOM 2 H ASN A 1 21.629 41.305 -0.098 1.00 0.00 H | ||
ENDMDL | ||
MODEL | ||
ATOM 1 N ASN A 1 22.066 40.557 0.420 1.00 0.00 N | ||
ATOM 2 H ASN A 1 21.629 41.305 -0.098 1.00 0.00 H | ||
ENDMDL | ||
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