-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test all PDBSelectors with mmCIF files
- Loading branch information
Showing
3 changed files
with
213 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
loop_ | ||
_atom_site.group_PDB | ||
_atom_site.id | ||
_atom_site.type_symbol | ||
_atom_site.label_atom_id | ||
_atom_site.label_alt_id | ||
_atom_site.label_comp_id | ||
_atom_site.label_asym_id | ||
_atom_site.label_entity_id | ||
_atom_site.label_seq_id | ||
_atom_site.pdbx_PDB_ins_code | ||
_atom_site.Cartn_x | ||
_atom_site.Cartn_y | ||
_atom_site.Cartn_z | ||
_atom_site.occupancy | ||
_atom_site.B_iso_or_equiv | ||
_atom_site.pdbx_formal_charge | ||
_atom_site.auth_seq_id | ||
_atom_site.auth_comp_id | ||
_atom_site.auth_asym_id | ||
_atom_site.auth_atom_id | ||
_atom_site.pdbx_PDB_model_num | ||
ATOM 1 C CA . ALA A 1 1 ? 953.312 704.510 700.259 1.00 84.31 ? 1 ALA A CA 1 | ||
ATOM 2 C CB . GLN A 1 2 ? 862.521 620.909 612.377 1.00 10.00 ? 2 GLN A CA 1 | ||
ATOM 3 C C . GLN A 1 3 ? 862.521 620.909 612.377 1.00 10.00 ? 3 GLN A CA 1 | ||
ATOM 4 O O . ALA A 1 4 ? 953.312 704.510 700.259 1.00 84.31 ? 4 ALA A CA 1 | ||
ATOM 5 N N . GLN A 1 5 ? 862.521 620.909 612.377 1.00 10.00 ? 5 GLN A CA 1 | ||
ATOM 6 P P . DG B 2 1 ? 862.521 620.909 612.377 1.00 10.00 ? 6 DG B P 1 | ||
HETATM 7 CA CA . CA C 3 . ? 862.521 620.909 612.377 1.00 10.00 ? 7 CA C CA 1 |
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,26 @@ | ||
loop_ | ||
_atom_site.group_PDB | ||
_atom_site.id | ||
_atom_site.type_symbol | ||
_atom_site.label_atom_id | ||
_atom_site.label_alt_id | ||
_atom_site.label_comp_id | ||
_atom_site.label_asym_id | ||
_atom_site.label_entity_id | ||
_atom_site.label_seq_id | ||
_atom_site.pdbx_PDB_ins_code | ||
_atom_site.Cartn_x | ||
_atom_site.Cartn_y | ||
_atom_site.Cartn_z | ||
_atom_site.occupancy | ||
_atom_site.B_iso_or_equiv | ||
_atom_site.pdbx_formal_charge | ||
_atom_site.auth_seq_id | ||
_atom_site.auth_comp_id | ||
_atom_site.auth_asym_id | ||
_atom_site.auth_atom_id | ||
_atom_site.pdbx_PDB_model_num | ||
ATOM 1 C CA . ALA A 1 1 ? 953.312 704.510 700.259 1.00 84.31 ? 1 ALA A CA 1 | ||
ATOM 2 H HA . ALA A 1 2 ? 953.312 704.510 700.259 1.00 84.31 ? 2 ALA A HA 1 | ||
HETATM 3 O O . HOH B 2 . ? 862.521 620.909 612.377 1.00 10.00 ? 3 HOH B O 1 | ||
HETATM 4 O O . HOH B 2 . ? 862.521 620.909 612.377 1.00 10.00 ? 4 HOH B O 1 |
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