Skip to content

Commit

Permalink
Note singularity container in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Jan 8, 2025
1 parent e85acde commit b5b8c91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ _hstrat_ enables phylogenetic inference on distributed digital evolution populat

`python3 -m pip install hstrat`

A containerized release of `hstrat` is available via <ghcr.io>

```bash
singularity exec docker://ghcr.io/mmore500/hstrat:v1.17.2 python3 -m hstrat --help
```

## Features

_hstrat_ serves to enable **robust, efficient extraction of evolutionary history** from evolutionary simulations where centralized, direct phylogenetic tracking is not feasible.
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ CITATION.cff =
version: {pep440_version}
pyproject.toml =
version = "{pep440_version}"
README.md =
singularity exec docker://ghcr.io/mmore500/hstrat:v{pep440_version} python3 -m hstrat --help

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit b5b8c91

Please sign in to comment.