From 2a686c056580cf445190adb174a4be63cece461f Mon Sep 17 00:00:00 2001 From: Hasindu Gamaarachchi Date: Sun, 16 Jul 2023 15:32:13 +1000 Subject: [PATCH] bump version to 1.3 --- README.md | 4 ++-- src/f5c.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c86e3d6e..8f530851 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Please cite the following when using *f5c* in your publications: If you are a Linux user and want to quickly try out download the compiled binaries from the [latest release](https://github.com/hasindu2008/f5c/releases). For example: ```sh -VERSION=v1.2 +VERSION=v1.3 wget "https://github.com/hasindu2008/f5c/releases/download/$VERSION/f5c-$VERSION-binaries.tar.gz" && tar xvf f5c-$VERSION-binaries.tar.gz && cd f5c-$VERSION/ ./f5c_x86_64_linux # CPU version ./f5c_x86_64_linux_cuda # cuda supported version @@ -54,7 +54,7 @@ You can also use conda to install *f5c* as `conda install f5c -c bioconda -c con Users are recommended to build from the [latest release](https://github.com/hasindu2008/f5c/releases) tar ball. You need a compiler that supports C++11. Quick example for Ubuntu : ```sh sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries -VERSION=v1.2 +VERSION=v1.3 wget "https://github.com/hasindu2008/f5c/releases/download/$VERSION/f5c-$VERSION-release.tar.gz" && tar xvf f5c-$VERSION-release.tar.gz && cd f5c-$VERSION/ scripts/install-hts.sh # download and compile the htslib ./configure diff --git a/src/f5c.h b/src/f5c.h index ff15ce29..7fa99b3a 100644 --- a/src/f5c.h +++ b/src/f5c.h @@ -21,7 +21,7 @@ #include #include //required for eventalign -#define F5C_VERSION "1.3-beta" +#define F5C_VERSION "1.3" /******************************* * major hard coded parameters *