Skip to content

Commit

Permalink
1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
voutcn committed Aug 11, 2019
1 parent 76c40b4 commit 101a173
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.2.8 / 2019-08-10
- Add intermediate `megahit_core_popcnt` for CPUs that have ABM but not BMI2
- Allow new assembly task with `--continue`

### 1.2.7 / 2019-07-28
- Symbol link `megahit_core_no_hw_accel` to `megahit_toolkit` for backward compatibility
- Better logging and for memory adjustment during SDBG building
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ conda install -c bioconda megahit
### Pre-built binaries for x86_64 Linux

```sh
wget https://github.com/voutcn/megahit/releases/download/v1.2.7/MEGAHIT-1.2.7-Linux-x86_64-static.tar.gz
tar zvxf MEGAHIT-1.2.7-Linux-x86_64-static.tar.gz
cd MEGAHIT-1.2.7-Linux-x86_64-static/bin/
wget https://github.com/voutcn/megahit/releases/download/v1.2.8/MEGAHIT-1.2.8-Linux-x86_64-static.tar.gz
tar zvxf MEGAHIT-1.2.8-Linux-x86_64-static.tar.gz
cd MEGAHIT-1.2.8-Linux-x86_64-static/bin/
./megahit --test # run on a toy dataset
./megahit -1 MY_PE_READ_1.fq.gz -2 MY_PE_READ_2.fq.gz -o MY_OUTPUT_DIR
```
Expand Down
2 changes: 1 addition & 1 deletion src/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <stdint.h>

#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "v1.2.7"
#define PACKAGE_VERSION "v1.2.8"
#endif

#include "sdbg/sdbg_def.h"
Expand Down

0 comments on commit 101a173

Please sign in to comment.