Releases: ltnetcase/BedAnno
Releases · ltnetcase/BedAnno
1.2.5
Bug Fix
- fix a minor problem when occasionally the common part of ref and alt allele contains concordant repeats which is not the repeat variants unit.
- fix a bug for using csto as the cds length error in stoploss snv mutation annotation, which leads the error extent length.
- For multi-aa synonymous variants, the anchor position is wrong, this might influence those rare mutations, update is recommended for all users.
Feature Added to meet the HGVS current naming rule.
- Change getUnifiedVar to give absolutely left or right aligned result without consider the repeat elements when "norep" is set to 1.
- add standard_cHGVS key for delXXXinsXXX format cHGVS annotation.
- add standard_cHGVS for gene flanking region cHGVS annotation.
1.2.0
BedAnno 1.20 Release Note
Compare with 1.15 updates
Features updated
- IO::Uncompress::Gunzip add option
MultiStream => 1
to fit the need of version update of this package - Variant position and ref alt standardization method update to have the ablity to not to give rep format variant with left aligned, and this is used when querying public databases.
Issue Fixed
- Change to give
ext
format pHGVS instead offs
format forstop-loss
function variants. - Change to give 'stop-retained' function instead of 'no-change' to variants located at stop-codon region with neither AA change nor stop-codon effect change, and give the format like
p.(*123=)
pHGVS. - Fix issue when transcript-refgenome differences on the edge of exon where variants located at, give the most accurate prediction of functions.
- Fix issue of gHGVS format string gives left aligned variant format problem.