Skip to content

Commit e91f253

Browse files
Merge pull request #173 from smithlabcode/v142-prep
v142 prep
2 parents e9eff5b + 65852ae commit e91f253

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ The image can be pulled by one of the following commands.
6767
```bash
6868
docker pull ghcr.io/smithlabcode/dnmtools:latest
6969
docker pull ghcr.io/smithlabcode/dnmtools:[7-DIGIT SHA]
70-
docker pull ghcr.io/smithlabcode/dnmtools:v[VERSION NUMBER] #(e.g. v1.4.1)
70+
docker pull ghcr.io/smithlabcode/dnmtools:v[VERSION NUMBER] #(e.g. v1.4.2)
7171
```
7272

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.1
15+
## Installing release 1.4.2
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.4.1.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.4.1/dnmtools-1.4.1.tar.gz).
44+
* Download [dnmtools-1.4.2.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.4.2/dnmtools-1.4.2.tar.gz).
4545
* Unpack the archive:
4646
```console
47-
tar -zxvf dnmtools-1.4.1.tar.gz
47+
tar -zxvf dnmtools-1.4.2.tar.gz
4848
```
4949
* Move into the dnmtools directory and create a build directory:
5050
```console
51-
cd dnmtools-1.4.1 && mkdir build && cd build
51+
cd dnmtools-1.4.2 && 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.4.1)
140+
docker pull ghcr.io/smithlabcode/dnmtools:v[VERSION NUMBER] #(e.g. v1.4.2)
141141
```
142142
Not all versions have corresponding images; you can find available images
143143
[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.1], [[email protected]],
17+
AC_INIT([dnmtools], [1.4.2], [[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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ ec6a686617cad31e9f7a37a3d378e6ed tests/two_epialleles.states
1818
93e38b20d162062a5d147c4290095a13 tests/mlml.out
1919
d947fe3d61ef7b1564558a69608f0e64 tests/methylome.pmd
2020
7d481d31e4316e97d519838f4887b10d tests/reads.sam
21-
4b038c82b51be15307d4969e859e864f tests/reads.fmt.sam
22-
a7b94dd23f308f653fbfab98ec7b62d8 tests/reads.fmt.srt.uniq.sam
21+
466e2715f0c677593e84b3790efbec6e tests/reads.fmt.sam
22+
5583ebe1b689159f8eb0a93f32e2fd48 tests/reads.fmt.srt.uniq.sam

docs/content/quickstart.md

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

7373
### Configuration
7474

75-
* Download [dnmtools-1.4.1.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.4.1/dnmtools-1.4.1.tar.gz).
75+
* Download [dnmtools-1.4.2.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.4.2/dnmtools-1.4.2.tar.gz).
7676
* Unpack the archive:
7777
```console
78-
$ tar -zxvf dnmtools-1.4.1.tar.gz
78+
$ tar -zxvf dnmtools-1.4.2.tar.gz
7979
```
8080
* Move into the dnmtools directory and create a build directory:
8181
```console
82-
$ cd dnmtools-1.4.1
82+
$ cd dnmtools-1.4.2
8383
$ mkdir build && cd build
8484
```
8585
* Run the configuration script:

0 commit comments

Comments
 (0)