You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# BioStructures.jl release notes
2
2
3
+
## v4.7.0 - Sep 2025
4
+
5
+
*`specializeresnames!` is added, allowing residues to be renamed to reflect the bonding topology.
6
+
3
7
## v4.6.1 - Sep 2025
4
8
5
9
* mmCIF file parsing is made more robust with respect to the available fields, and for example will use `_atom_site.label_atom_id` when `_atom_site.auth_atom_id` is not available.
Copy file name to clipboardExpand all lines: docs/src/documentation.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -568,7 +568,7 @@ Similar to [`ContactMap`](@ref), contacts are found between any element type pas
568
568
So if you wanted the graph of chain contacts in a protein complex you could give a [`Model`](@ref) as the first argument.
569
569
570
570
Calling `MetaGraph` on a [`Chain`](@ref) without a contact distance does something different: it constructs a graph of atoms where edges are determined by the known bonds of standard amino acids in the chain.
571
-
Hydrogens should be present and atom names should match those in OpenMM. See [`specialize_resnames!`](@ref) to
571
+
Hydrogens should be present and atom names should match those in OpenMM. See [`specializeresnames!`](@ref) to
572
572
ensure that residue names have been specialized to their actual configuration in the protein:
0 commit comments