Skip to content

Commit

Permalink
Update README (CI)
Browse files Browse the repository at this point in the history
added CI badge
  • Loading branch information
RobertGregg authored Oct 24, 2023
1 parent 1999324 commit 6525eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[docs-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-url]: https://robertgregg.github.io/CellularPotts.jl/dev/

[![][docs-img]][docs-url] [![codecov](https://codecov.io/gh/RobertGregg/CellularPotts.jl/graph/badge.svg?token=D3GKFH900T)](https://codecov.io/gh/RobertGregg/CellularPotts.jl)
[![][docs-img]][docs-url] [![codecov](https://codecov.io/gh/RobertGregg/CellularPotts.jl/graph/badge.svg?token=D3GKFH900T)](https://codecov.io/gh/RobertGregg/CellularPotts.jl) [![CI](https://github.com/RobertGregg/CellularPotts.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/RobertGregg/CellularPotts.jl/actions/workflows/CI.yml)

**CellularPotts.jl** is a Julia package designed to simulate behaviors observed in biological cells. These behaviors can be as simple as cell adhesion, or as complex as entire multi-scale models. Users of this package can create 2D and 3D environments with any number of cell types, sizes, and behaviors. Simulations can be recorded and visualized as animations with the help of the Plots.jl package. The goals of this package are to create a flexible coding environment to explore how cell behaviors can coalesce into complex dynamics while still maintaining high performance. Compared to other excellent software for Cellular Potts modeling (e.g., [Morpheus](https://morpheus.gitlab.io/), [Artistoo](https://artistoo.net/), [CompuCell3D](https://compucell3d.org/)), CellularPotts.jl is unique in its approach for a few reasons:

Expand Down

0 comments on commit 6525eaf

Please sign in to comment.