Skip to content

Commit e24de16

Browse files
committed
Bump version: 0.1.0 → 0.2.0
1 parent 6d6ae9d commit e24de16

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ All installation methods below will install LiftClean along with its dependencie
2626
LiftClean can be installed with Docker. If you don't have Docker, please install [Docker](https://docs.docker.com/get-docker/) first. Then you can pull the Docker image with LiftClean installed
2727

2828
```console
29-
VERSION=0.1.0
29+
VERSION=0.2.0
3030
docker run gemygk/liftclean:v${VERSION} liftclean -h
3131
```
3232

@@ -35,23 +35,23 @@ LiftClean can be installed with Singularity. If you don't have Singularity, plea
3535

3636
We can directly run LiftClean from the Singularity image hosted on DockerHub
3737
```console
38-
VERSION=0.1.0
38+
VERSION=0.2.0
3939
singularity exec docker://gemygk/liftclean:v${VERSION} liftclean -h
4040
```
4141

4242
Or, we can build and run a Singularity image, following the steps below:
4343
```console
4444
# Create a Singularity definition file, like below:
4545

46-
$ cat liftclean-0.1.0.def
46+
$ cat liftclean-0.2.0.def
4747
bootstrap: docker
48-
from: gemygk/liftclean:v0.1.0
48+
from: gemygk/liftclean:v0.2.0
4949

5050
# Build the Singularity image
51-
$ sudo singularity build liftclean-0.1.0.sif liftclean-0.1.0.def
51+
$ sudo singularity build liftclean-0.2.0.sif liftclean-0.2.0.def
5252

5353
# Execute LiftClean from the Singularity image
54-
$ singularity exec liftclean-0.1.0.sif liftclean -h
54+
$ singularity exec liftclean-0.2.0.sif liftclean -h
5555
```
5656

5757
### Manual Installation
@@ -70,7 +70,7 @@ cd LiftClean
7070
```
7171
Build and install using [UV](https://github.com/astral-sh/uv?tab=readme-ov-file#uv)
7272
```console
73-
version=0.1.0 \
73+
version=0.2.0 \
7474
&& uv build \
7575
&& pip install --prefix=/path/to/software/liftclean/${version}/x86_64 -U dist/*whl
7676
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "LiftClean"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Lifton/Liftoff transcript filtering and comparison pipeline"
55
authors = [
66
{name = "David Swarbreck", email = "David.Swarbreck@earlham.ac.uk"},

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)