Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Gao committed May 2, 2020
1 parent d72b804 commit 4f50ed7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
## Getting started
Download the [latest release](https://github.com/yangao07/abPOA/releases):
```
wget https://github.com/yangao07/abPOA/releases/download/v1.0.0/abPOA-v1.0.0.tar.gz
tar -zxvf abPOA-v1.0.0.tar.gz && cd abPOA-v1.0.0
wget https://github.com/yangao07/abPOA/releases/download/v1.0.1/abPOA-v1.0.1.tar.gz
tar -zxvf abPOA-v1.0.1.tar.gz && cd abPOA-v1.0.1
```
Install via conda and run with test data:
```
Expand Down Expand Up @@ -65,9 +65,9 @@ You can also choose to build abPOA from source files.
It is recommended to download the latest release of abPOA
from the [release page](https://github.com/yangao07/abPOA/releases).
```
wget https://github.com/yangao07/abPOA/releases/download/v1.0.0/abPOA-v1.0.0.tar.gz
tar -zxvf abPOA-v1.0.0.tar.gz
cd abPOA-v1.0.0; make
wget https://github.com/yangao07/abPOA/releases/download/v1.0.1/abPOA-v1.0.1.tar.gz
tar -zxvf abPOA-v1.0.1.tar.gz
cd abPOA-v1.0.1; make
```
Or, you can use `git clone` command to download the source code.
This gives you the latest version of abPOA, which might be still under development.
Expand All @@ -79,8 +79,8 @@ cd abPOA; make
### <a name="binary"></a>Pre-built binary executable file for Linux/Unix
If you meet any compiling issue, please try the pre-built binary file:
```
wget https://github.com/yangao07/abPOA/releases/download/v1.0.0/abPOA-v1.0.0_x64-linux.tar.gz
tar -zxvf abPOA-v1.0.0_x64-linux.tar.gz
wget https://github.com/yangao07/abPOA/releases/download/v1.0.1/abPOA-v1.0.1_x64-linux.tar.gz
tar -zxvf abPOA-v1.0.1_x64-linux.tar.gz
```

## <a name="usage"></a>General usage
Expand Down
2 changes: 1 addition & 1 deletion src/abpoa.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ char PROG[20] = "abpoa";
#define _bO BOLD UNDERLINE "O" NONE
#define _bA BOLD UNDERLINE "A" NONE
char DESCRIPTION[100] = _ba "daptive " _bb "anded " _bP "artial " _bO "rder " _bA "lignment";
char VERSION[20] = "1.0.0";
char VERSION[20] = "1.0.1";

const struct option abpoa_long_opt [] = {
{ "align-mode", 1, NULL, 'm' },
Expand Down

0 comments on commit 4f50ed7

Please sign in to comment.