Skip to content

Commit

Permalink
Pull in bug fix from bs_call and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
heathsc committed Jan 29, 2020
1 parent 7256070 commit 9ed9206
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Documentation can be found at
----------
Changelog:
----------
3.4.5 Fix crash when using the -k (keep-mismatch) flag, and fix rare hangs at end of processing
3.4.4 Sort input bcf files to bcftools concat stage to ensure reproducibility.
3.4.4 Add extra sort keys when generating pools to ensure stability of pool membership in the event of multiple contigs
having the same size
Expand Down
2 changes: 1 addition & 1 deletion gemBS/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION_MAJOR = "3"
__VERSION_MINOR = "4"
__VERSION_SUBMINOR = "4"
__VERSION_SUBMINOR = "5"
__VERSION__ = "%s.%s.%s" % (__VERSION_MAJOR, __VERSION_MINOR,__VERSION_SUBMINOR)
2 changes: 1 addition & 1 deletion tools/bs_call

0 comments on commit 9ed9206

Please sign in to comment.