Skip to content

Commit 128fa9d

Browse files
Changing version number to v1.4.4
1 parent 8883fd0 commit 128fa9d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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.4.3
15+
## Installing release 1.4.4
1616

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

4343
### Configuration
4444

45-
* Download [dnmtools-1.4.3.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.4.3/dnmtools-1.4.3.tar.gz).
45+
* Download [dnmtools-1.4.4.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.4.4/dnmtools-1.4.4.tar.gz).
4646
* Unpack the archive:
4747
```console
48-
tar -zxvf dnmtools-1.4.3.tar.gz
48+
tar -zxvf dnmtools-1.4.4.tar.gz
4949
```
5050
* Move into the dnmtools directory and create a build directory:
5151
```console
52-
cd dnmtools-1.4.3 && mkdir build && cd build
52+
cd dnmtools-1.4.4 && mkdir build && cd build
5353
```
5454
* Run the configuration script:
5555
```console
@@ -139,7 +139,7 @@ docker tag ghcr.io/smithlabcode/dnmtools:latest dnmtools:latest
139139

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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
dnl General Public License for more details.
1616

17-
AC_INIT([dnmtools], [1.4.3], [[email protected]],
17+
AC_INIT([dnmtools], [1.4.4], [[email protected]],
1818
[dnmtools], [https://github.com/smithlabcode/dnmtools])
1919
dnl the config.h is #included in the sources for version info
2020
AC_CONFIG_HEADERS([config.h])

docs/content/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ would need to be activated when you want to use dnmtools.
7070

7171
### Configuration
7272

73-
* Download [dnmtools-1.4.3.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.4.3/dnmtools-1.4.3.tar.gz).
73+
* Download [dnmtools-1.4.4.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.4.4/dnmtools-1.4.4.tar.gz).
7474
* Unpack the archive:
7575
```console
76-
$ tar -zxvf dnmtools-1.4.3.tar.gz
76+
$ tar -zxvf dnmtools-1.4.4.tar.gz
7777
```
7878
* Move into the dnmtools directory and create a build directory:
7979
```console
80-
$ cd dnmtools-1.4.3
80+
$ cd dnmtools-1.4.4
8181
$ mkdir build && cd build
8282
```
8383
* Run the configuration script:

0 commit comments

Comments
 (0)