Skip to content

Commit

Permalink
Merge pull request #136 from chloroExtractorTeam/greatfireball-prepar…
Browse files Browse the repository at this point in the history
…e-v1.0.9

Preparation of release v1.0.9
  • Loading branch information
greatfireball authored May 1, 2019
2 parents 9a0a9ce + c3ada1b commit ce5ffbd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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
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
2 changes: 1 addition & 1 deletion util/fastg-parser

0 comments on commit ce5ffbd

Please sign in to comment.