Skip to content

Commit

Permalink
Merge pull request #487 from uclahs-cds/czhu-fix-call-variant
Browse files Browse the repository at this point in the history
version bumped to 0.7.2
  • Loading branch information
zhuchcn authored Jun 21, 2022
2 parents 8502e99 + 9533a31 commit e63801a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

---

## [0.7.2] - 2022-06-20

- Rolling back to not filtering candidate variant peptides that overlaps with canonical peptide pool at transcript level in `PeptideVariantGraph` because accessing the shared memory object is too slow (which could be optimized in the future).

---

## [0.7.1] - 2022-06-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion moPepGen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Iterable, IO


__version__ = '0.7.1'
__version__ = '0.7.2'

## Error messages
ERROR_INDEX_IN_INTRON = 'The genomic index seems to be in an intron'
Expand Down

0 comments on commit e63801a

Please sign in to comment.