Skip to content

Commit

Permalink
Update changelog for v2.9.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangtae Kim committed May 7, 2018
1 parent 4e996f7 commit e542992
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## v2.9.3 - 2018-05-07

### Changed
- Add strict checks and improve error message for BED regions of size less than one (STREL-865/[#36])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@ process_pos_indel_digt(const pos_t pos)

if (isForcedAndNotAlreadyOutput)
{
forcedOutputAlleleGroup.addVariantAllele(it);
forcedOutputAlleleGroup.addVariantAllele(it);
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/c++/lib/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Manta - Structural Variant and Indel Caller
# Copyright (c) 2013-2018 Illumina, Inc.
# Strelka - Small Variant Caller
# Copyright (c) 2009-2018 Illumina, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit e542992

Please sign in to comment.