Skip to content

Commit deaff4a

Browse files
Merge pull request #246 from smithlabcode/prep-for-release-v1.4.4
Updates ahead of release v1.4.4
2 parents 8883fd0 + 3cdb089 commit deaff4a

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
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])

data/md5sum.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ ec6a686617cad31e9f7a37a3d378e6ed tests/two_epialleles.states
1717
93e38b20d162062a5d147c4290095a13 tests/mlml.out
1818
d947fe3d61ef7b1564558a69608f0e64 tests/methylome.pmd
1919
d41d8cd98f00b204e9800998ecf8427e tests/two_epialleles.amr
20-
6bbf66748e2a11d5c2736a81efeac270 tests/reads.fmt.sam
21-
f963e689859dcf38a26acda9a65a6431 tests/reads.sam
22-
a751b849e0895b2403f8ddd01b647ae1 tests/reads.fmt.srt.uniq.sam
23-
abb472bdea230af31e0d2b00abb95b02 tests/reads.xcounts
24-
12e0afdca1387b2805cfee0ea2ddcfea tests/reads.unxcounts
20+
fec572ada903add94dda1a01a3da9167 tests/reads.sam
21+
e74154fedadbc365d8e0a228d6cfa6bb tests/reads.fmt.sam
22+
414c2e3aee2c154565f5ee44192ab3a8 tests/reads.fmt.srt.uniq.sam
23+
c56171d4902381f2ef19cccdfe34f0be tests/reads.xcounts
24+
598f2a6ae5d843d6e9acfb611c747b53 tests/reads.unxcounts

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)