Skip to content

Commit

Permalink
Updating for a new release version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed May 8, 2023
1 parent 88c54ee commit 0dc8479
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sequencing (RRBS). These tools focus on overcoming the computing
challenges imposed by the scale of genome-wide DNA methylation data,
which is usually the early parts of data analysis.

## Installing release 1.2.1
## Installing release 1.2.2

The documentation for DNMTools can be found
[here](https://dnmtools.readthedocs.io). But if you want to install
Expand Down Expand Up @@ -42,14 +42,14 @@ all the formatting.

### Configuration

* Download [dnmtools-1.2.1.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.1/dnmtools-1.2.1.tar.gz).
* Download [dnmtools-1.2.2.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.2/dnmtools-1.2.2.tar.gz).
* Unpack the archive:
```console
tar -zxvf dnmtools-1.2.1.tar.gz
tar -zxvf dnmtools-1.2.2.tar.gz
```
* Move into the dnmtools directory and create a build directory:
```console
cd dnmtools-1.2.1 && mkdir build && cd build
cd dnmtools-1.2.2 && mkdir build && cd build
```
* Run the configuration script:
```console
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl This file is part of dnmtools
dnl
dnl Copyright (C) 2022: Andrew D. Smith
dnl Copyright (C) 2022-2023: Andrew D. Smith
dnl
dnl Authors: Andrew D. Smith
dnl
Expand All @@ -14,7 +14,7 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
dnl General Public License for more details.

AC_INIT([dnmtools], [1.2.1], [andrewds@usc.edu],
AC_INIT([dnmtools], [1.2.2], [andrewds@usc.edu],
[dnmtools], [https://github.com/smithlabcode/dnmtools])
dnl the config.h is not currently #included in the source, and only
dnl used to keep command lines short.
Expand Down
6 changes: 3 additions & 3 deletions documentation/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ would need to be activated when you want to use dnmtools.

### Configuration

* Download [dnmtools-1.2.1.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.1/dnmtools-1.2.1.tar.gz).
* Download [dnmtools-1.2.2.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.2/dnmtools-1.2.2.tar.gz).
* Unpack the archive:
```console
$ tar -zxvf dnmtools-1.2.1.tar.gz
$ tar -zxvf dnmtools-1.2.2.tar.gz
```
* Move into the dnmtools directory and create a build directory:
```console
$ cd dnmtools-1.2.1
$ cd dnmtools-1.2.2
$ mkdir build && cd build
```
* Run the configuration script:
Expand Down
2 changes: 1 addition & 1 deletion src/dnmtools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ using std::cout;
using std::endl;

#define PROGRAM_NAME "dnmtools"
#define PROGRAM_VERSION "1.2.1"
#define PROGRAM_VERSION "1.2.2"

int abismal(int argc, const char **argv);
int abismalidx(int argc, const char **argv);
Expand Down

0 comments on commit 0dc8479

Please sign in to comment.