As a followup to #343 which added SSBonds I suggest to add more bond data present in the mmCIF files.
Not covalent bonds, so ignore (_struct_conn.conn_type_id)?
// hydrog - hydrogen bond
// mismat - mismatched base pairs
// saltbr - ionic interaction
Process (_struct_conn.conn_type_id)!
// covale - covalent bond
// covale_base -
// covalent modification of a nucleotide base
// covale_phosphate -
// covalent modification of a nucleotide phosphate
// covale_sugar -
// covalent modification of a nucleotide sugar
// disulf - disulfide bridge
// metalc - metal coordination
// modres - covalent residue modification
As a followup to #343 which added SSBonds I suggest to add more bond data present in the mmCIF files.
Not covalent bonds, so ignore (
_struct_conn.conn_type_id)?Process (
_struct_conn.conn_type_id)!