agvgd 0.1.2
CRAN release: 2022-09-10
- Fixed a bug with read_substitutions()that would not parse positions correctly.
- Added a new substitutions example file lee2010_sub.txt.
- Added a new function read_agvgdweb_results()aimed at developers.
agvgd 0.1.1
CRAN release: 2022-02-03
- The main function agvgd()had an alias,align_agvgd(), which is now removed to avoid confusion.
- A few more functions are now exported allowing access to low-level routines: gd(),gv()andcpv_ranges().
- 
alignment_pos_to_residue_pos()has been renamed topoi_to_res()andresidue_pos_to_alignment_pos()tores_to_poi().
- Code coverage is now tracked.
- Added a NEWS.mdfile to track changes to the package.