Skip to content

Commit

Permalink
Merge pull request #137 from chloroExtractorTeam/master
Browse files Browse the repository at this point in the history
Preparation of release v1.0.9
  • Loading branch information
greatfireball committed May 1, 2019
2 parents 2723dcd + ce5ffbd commit 87364e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -183,6 +183,12 @@ 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.
### Version v1.0.7 2019-04-12
Solved a progress bar issue, which sometimes occured (Fix #128)
Update to `kmer_filter_reads.pl` version 0.05
Expand Down
2 changes: 1 addition & 1 deletion bin/ptx
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
2 changes: 1 addition & 1 deletion util/fastg-parser

0 comments on commit 87364e4

Please sign in to comment.