Skip to content

Commit dc20ecd

Browse files
Update for moving to 1.2.4
1 parent 63b7002 commit dc20ecd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 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.2.3
15+
## Installing release 1.2.4
1616

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

4747
### Configuration
4848

49-
* Download [dnmtools-1.2.3.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.3/dnmtools-1.2.3.tar.gz).
49+
* Download [dnmtools-1.2.4.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.4/dnmtools-1.2.4.tar.gz).
5050
* Unpack the archive:
5151
```console
52-
tar -zxvf dnmtools-1.2.3.tar.gz
52+
tar -zxvf dnmtools-1.2.4.tar.gz
5353
```
5454
* Move into the dnmtools directory and create a build directory:
5555
```console
56-
cd dnmtools-1.2.3 && mkdir build && cd build
56+
cd dnmtools-1.2.4 && mkdir build && cd build
5757
```
5858
* Run the configuration script:
5959
```console

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.2.3], [andrewds@usc.edu],
17+
AC_INIT([dnmtools], [1.2.4], [andrewds@usc.edu],
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])

documentation/docs/quickstart.md

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

6161
### Configuration
6262

63-
* Download [dnmtools-1.2.3.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.3/dnmtools-1.2.3.tar.gz).
63+
* Download [dnmtools-1.2.4.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.4/dnmtools-1.2.4.tar.gz).
6464
* Unpack the archive:
6565
```console
66-
$ tar -zxvf dnmtools-1.2.3.tar.gz
66+
$ tar -zxvf dnmtools-1.2.4.tar.gz
6767
```
6868
* Move into the dnmtools directory and create a build directory:
6969
```console
70-
$ cd dnmtools-1.2.3
70+
$ cd dnmtools-1.2.4
7171
$ mkdir build && cd build
7272
```
7373
* Run the configuration script:

0 commit comments

Comments
 (0)