Skip to content

Commit

Permalink
Update for moving to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Jun 22, 2023
1 parent 63b7002 commit dc20ecd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.3
## Installing release 1.2.4

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

### Configuration

* Download [dnmtools-1.2.3.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.3/dnmtools-1.2.3.tar.gz).
* Download [dnmtools-1.2.4.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.4/dnmtools-1.2.4.tar.gz).
* Unpack the archive:
```console
tar -zxvf dnmtools-1.2.3.tar.gz
tar -zxvf dnmtools-1.2.4.tar.gz
```
* Move into the dnmtools directory and create a build directory:
```console
cd dnmtools-1.2.3 && mkdir build && cd build
cd dnmtools-1.2.4 && mkdir build && cd build
```
* Run the configuration script:
```console
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.3], [andrewds@usc.edu],
AC_INIT([dnmtools], [1.2.4], [andrewds@usc.edu],
[dnmtools], [https://github.com/smithlabcode/dnmtools])
dnl the config.h is #included in the sources for version info
AC_CONFIG_HEADERS([config.h])
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.3.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.3/dnmtools-1.2.3.tar.gz).
* Download [dnmtools-1.2.4.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.4/dnmtools-1.2.4.tar.gz).
* Unpack the archive:
```console
$ tar -zxvf dnmtools-1.2.3.tar.gz
$ tar -zxvf dnmtools-1.2.4.tar.gz
```
* Move into the dnmtools directory and create a build directory:
```console
$ cd dnmtools-1.2.3
$ cd dnmtools-1.2.4
$ mkdir build && cd build
```
* Run the configuration script:
Expand Down

0 comments on commit dc20ecd

Please sign in to comment.