From 5bae5c3e2c3914fa10a4686f5a0d72615348ba09 Mon Sep 17 00:00:00 2001 From: Anton Oresten <96627903+anton083@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:29:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44893ef..7a0cc87 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Build Status](https://github.com/MurrellGroup/Backboner.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/MurrellGroup/Backboner.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/MurrellGroup/Backboner.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/MurrellGroup/Backboner.jl) -Backboner is a Julia package that offers a set of types and functions for working with molecular *backbones*: defined here as a continuous chain of bonded atoms. The package provides a variety of different types for representing backbones: +Backboner is a Julia package that offers a set of types and functions for working with molecular *backbones*: defined here as continuous chains of bonded atoms. The package provides a variety of different types for representing backbones: - `Backbone`: a type containing a 3xN matrix of coordinates - `ChainedBonds`: a type that holds vectors of bond lengths, bond angles, and dihedral angles - `Frames`: a collection of rotations and translations (e.g. for representing orientations and locations of protein residues)