Skip to content

Commit

Permalink
Prepare release of v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
greatfireball committed May 1, 2019
1 parent 50a57cc commit c3ada1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ Both runs result in a final chloroplast assembly in the file `fcg.fa`.
Another more detailed example is available at our [demo](DEMO.md).
## Changelog
### Version v1.0.9 2019-05-01
The strange behavior of fcg is fixed now (Fix #135)
### Version v1.0.8 2019-04-16
Avoiding read coverage as hard filter. Using kmer coverage instead, but printing warning message.
Expand Down
2 changes: 1 addition & 1 deletion bin/ptx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ use PipeWrap;
##----------------------------------------------------------------------------##
# Globals

use version 0.77; our $VERSION = version->declare("v1.0.8");
use version 0.77; our $VERSION = version->declare("v1.0.9");

# get a logger
my $L = Log::Log4perl::get_logger();
Expand Down

0 comments on commit c3ada1b

Please sign in to comment.