Skip to content

Commit

Permalink
bump version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Sep 9, 2024
1 parent acb3826 commit c99876e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/f5c.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <string>
#include <vector> //required for eventalign

#define F5C_VERSION "1.4-dirty"
#define F5C_VERSION "1.5"

/*******************************
* major hard coded parameters *
Expand Down

0 comments on commit c99876e

Please sign in to comment.