From 96f7f1c98f0cb48f836142b7c60c89833bc49a25 Mon Sep 17 00:00:00 2001 From: Hasindu Gamaarachchi Date: Fri, 15 Jul 2022 14:41:02 +1000 Subject: [PATCH] bump version to 1.0 --- README.md | 4 ++-- src/f5c.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2ad453f..5add8fdf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ First, the reads have to be indexed using `f5c index`. Then, invoke `f5c call-me 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=v0.9 +VERSION=v1.0 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 @@ -35,7 +35,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=v0.9 +VERSION=v1.0 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 834a1570..c60d896b 100644 --- a/src/f5c.h +++ b/src/f5c.h @@ -20,7 +20,7 @@ #include //required for eventalign -#define F5C_VERSION "0.9-dirty" +#define F5C_VERSION "1.0" /******************************* * major hard coded parameters *