Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Jul 16, 2024
1 parent 0487613 commit 337f369
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG MERCURY_VER="1.0.4"
ARG MERCURY_VER="1.0.5"

FROM google/cloud-sdk:480.0.0-slim

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ Default databases by organism:
We highly recommend using the following Docker image to run Mercury:

```bash
docker pull us-docker.pkg.dev/general-theiagen/theiagen/mercury:1.0.4
docker pull us-docker.pkg.dev/general-theiagen/theiagen/mercury:1.0.5
```

The entrypoint for this Docker image is the Mercury help message. To run this container interactively, use the following command:

```bash
docker run -it --entrypoint=/bin/bash us-docker.pkg.dev/general-theiagen/theiagen/mercury:1.0.4
docker run -it --entrypoint=/bin/bash us-docker.pkg.dev/general-theiagen/theiagen/mercury:1.0.5
# Once inside the container interactively, you can run the tbp-parser tool
python3 /mercury/mercury/mercury.py -v
# v1.0.4
# v1.0.5
```

### Locally with Python
Expand Down
2 changes: 1 addition & 1 deletion mercury/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "v1.0.4"
__VERSION__ = "v1.0.5"

0 comments on commit 337f369

Please sign in to comment.