@@ -5,6 +5,50 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77
8+ [ standard-readme ] : https://github.com/RichardLitt/standard-readme
9+
10+
11+ ## [ 1.0.0-beta.2] - 2020-07-23
12+ ### Added
13+ - Allow use of environment variables in Snakemake workflow config
14+ - Avoid appending to DBs by design
15+ - Improved README:
16+ - Advice on how to choose parameters
17+ - Advice on how to run DENTIST with different read types
18+ - Version information to dependencies
19+ - Log level information to log messages
20+ - More logging on failed gap closing
21+
22+ ### Changed
23+ - Simplified usage of ` --workdir ` : no need to manually create
24+ the designated directory
25+ - Improvements to close more gaps:
26+ - Custom pre-consensus alignment filtering
27+ - Add support sequence to cropped reads to ensure daligner finds alignments
28+ - Allow cropping in masked region if necessary
29+ - Selectively ignore repeat mask to allow post consensus alignments
30+ - Increased sensitivity in pileup alignments by adding the bridging option
31+ of ` daligner `
32+ - Select reference read for consensus by intrinsic QVs → better
33+ consensus quality
34+ - Moved flag ` --max-insertion-error ` from ` process ` to ` output ` stage so
35+ trying different values becomes much faster
36+ - Automatically deduce trace point spacing in all places
37+ - Faster check if ` .las ` files are empty → faster CLI options checking
38+ - Naming of temporary files for easier inspection
39+ - Use ` DBdust ` for post consensus alignment
40+ - Produce ` .db ` for cropped pileups (temporary files) to make ` DAScover `
41+ and ` DASqv ` work
42+ - Removed ` -I ` option from ` daligner ` calls (avoid useless alignment)
43+
44+ ### Fixed
45+ - Several bugs in Snakemake workflow
46+ - Significantly improved number of closed gaps
47+ - Coordinates in AGP output
48+ - Bug in procedure that identifies a good cropping position
49+ - Error that caused ` --proper-alignment-allowance ` to have no effect by default
50+
51+
852## [ 1.0.0-beta.1] - 2020-03-17
953### Added
1054- post-consensus alignment and validation with new parameter
@@ -50,9 +94,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5094- added missing logic for cropped contigs in ` getGapState ` in ` check-results `
5195
5296
53- [ standard-readme ] : https://github.com/RichardLitt/standard-readme
54-
55-
5697## [ 0.0.1] - 2018-01-03
5798### Added
5899- work-around for ` damapper ` bug
0 commit comments