diff --git a/README.md b/README.md index cc269705..5da1d2a8 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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.4 +VERSION=v1.5 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 @@ -57,7 +57,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.4 +VERSION=v1.5 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 51e157ae..b1d458a9 100644 --- a/src/f5c.h +++ b/src/f5c.h @@ -21,7 +21,7 @@ #include #include //required for eventalign -#define F5C_VERSION "1.4-dirty" +#define F5C_VERSION "1.5" /******************************* * major hard coded parameters *