Skip to content

Commit

Permalink
set version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed Nov 20, 2017
1 parent 708c858 commit 8ba96ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This tool is designed to provide fast all-in-one preprocessing for FastQ files.
* report JSON format result for further interpreting.
* visualize quality control and filtering results on a single HTML page (like FASTQC but faster and more informative).
* split the output to multiple files (0001.R1.gz, 0002.R1.gz...) to support parallel processing.
* support long reads (data from PacBio / Nanopore devices).
* ...

This tool is being intensively developed, and new features can be implemented soon if they are considered useful. If you have any additional requirement for `fastp`, please file an issue:https://github.com/OpenGene/fastp/issues/new
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef COMMON_H
#define COMMON_H

#define FASTP_VER "0.5.0"
#define FASTP_VER "0.6.0"

#define _DEBUG false

Expand Down

0 comments on commit 8ba96ad

Please sign in to comment.