Skip to content

Commit

Permalink
Update README.md, rm 1.6 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Aug 17, 2024
1 parent 9d02815 commit 5438944
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
matrix:
version:
- '1.10'
- '1.6'
- 'pre'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Build Status](https://github.com/MurrellGroup/ProteinChains.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/MurrellGroup/ProteinChains.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/MurrellGroup/ProteinChains.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/MurrellGroup/ProteinChains.jl)

This Julia package provides implements the `ProteinChain` type: an efficient representation of protein chains with a simple and intuitive interface to assign and implement arbitrary properties such as secondary structure, backbone bond geometry, knots, and more.
This Julia package provides implements the `ProteinChain` type: an efficient and GPU-friendly representation of protein chains, with a simple and intuitive interface to assign and implement arbitrary properties such as secondary structure, backbone bond geometry, knots, and more.

## Installation

Expand Down

0 comments on commit 5438944

Please sign in to comment.