Skip to content

Commit 76c42ec

Browse files
README.md: updating ahead of v1.4.0 release.
1 parent 2f76c3c commit 76c42ec

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sequencing (RRBS). These tools focus on overcoming the computing
1212
challenges imposed by the scale of genome-wide DNA methylation data,
1313
which is usually the early parts of data analysis.
1414

15-
## Installing release 1.3.0
15+
## Installing release 1.4.0
1616

1717
The documentation for DNMTools can be found
1818
[here](https://dnmtools.readthedocs.io). But if you want to install
@@ -41,14 +41,14 @@ repo, it is easiest if all dependencies are available through conda.
4141

4242
### Configuration
4343

44-
* Download [dnmtools-1.3.0.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.3.0/dnmtools-1.3.0.tar.gz).
44+
* Download [dnmtools-1.4.0.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.4.0/dnmtools-1.4.0.tar.gz).
4545
* Unpack the archive:
4646
```console
47-
tar -zxvf dnmtools-1.3.0.tar.gz
47+
tar -zxvf dnmtools-1.4.0.tar.gz
4848
```
4949
* Move into the dnmtools directory and create a build directory:
5050
```console
51-
cd dnmtools-1.3.0 && mkdir build && cd build
51+
cd dnmtools-1.4.0 && mkdir build && cd build
5252
```
5353
* Run the configuration script:
5454
```console
@@ -137,7 +137,7 @@ docker tag ghcr.io/smithlabcode/dnmtools:latest dnmtools:latest
137137

138138
You can also install the image for a particular vertion by running
139139
```console
140-
docker pull ghcr.io/smithlabcode/dnmtools:v[VERSION NUMBER] #(e.g. v1.3.0)
140+
docker pull ghcr.io/smithlabcode/dnmtools:v[VERSION NUMBER] #(e.g. v1.4.0)
141141
```
142142
Not all versions have corresponding images; you can find available images
143143
[here](https://github.com/smithlabcode/dnmtools/pkgs/container/dnmtools).

0 commit comments

Comments
 (0)