Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes because renamed from viridian_workflow to viridian
  • Loading branch information
martinghunt authored Apr 30, 2024
1 parent 520a44d commit cb6f1b3
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,25 @@ Both the Docker and Singularity container have the main script
### Docker
Get a Docker image of the latest release:
```
docker pull ghcr.io/iqbal-lab-org/viridian_workflow:latest
docker pull ghcr.io/iqbal-lab-org/viridian:latest
```
All Docker images are listed in the
[packages page](https://github.com/iqbal-lab-org/viridian_workflow/pkgs/container/viridian_workflow).
All Docker images from v1.2.1 onwards are listed in the
[packages page](https://github.com/iqbal-lab-org/viridian/pkgs/container/viridian).
Older images can be found on the
[old packages page](https://github.com/iqbal-lab-org/viridian_workflow/pkgs/container/viridian_workflow)
(viridian used to be called "viridian_workflow", and hence were put on a packages page
called "viridian_workflow" by github).



### Singularity
[Releases](https://github.com/iqbal-lab-org/viridian_workflow/releases)
[Releases](https://github.com/iqbal-lab-org/viridian/releases)
include a Singularity image to download.
Each release has a singularity image file called
`viridian_workflow_vX.Y.Z.img`, where `X.Y.Z` is the release version.
Each release from v1.2.1 onwards has a singularity image file called
`viridian_vX.Y.Z.img`, where `X.Y.Z` is the release version. Newer releases
also have an image for ARM architecture called `viridian_vX.Y.Z.arm.img`.
Older images (from when viridian was called "viridian_workflow") are
called `viridian_workflow_vX.Y.Z.img`.


## Usage
Expand Down

0 comments on commit cb6f1b3

Please sign in to comment.