Skip to content

Commit

Permalink
bump version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Jun 30, 2022
1 parent b2f5921 commit 56d02d5
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 @@ -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.8
VERSION=v0.9
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 @@ -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.8
VERSION=v0.9
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 @@ -20,7 +20,7 @@

#include <vector> //required for eventalign

#define F5C_VERSION "0.8-dirty"
#define F5C_VERSION "0.9"

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

0 comments on commit 56d02d5

Please sign in to comment.