Due to the problems discussed in #6, Biotite was updated to yield actual bond types from PDB files, if they can be inferred from PDB (https://github.com/biotite-dev/biotite/pull/473). This PR takes advantage of this change by using the bond types from PDB files and converting the remaining BondType.ANY bonds to BondType.SINGLE. A warning is emitted in this case.
Due to the problems discussed in #6, Biotite was updated to yield actual bond types from PDB files, if they can be inferred from PDB (https://github.com/biotite-dev/biotite/pull/473). This PR takes advantage of this change by using the bond types from PDB files and converting the remaining
BondType.ANY
bonds toBondType.SINGLE
. A warning is emitted in this case.