Skip to content

Commit

Permalink
Merge pull request #55 from nanxstats/news
Browse files Browse the repository at this point in the history
Update news for v1.7-3
  • Loading branch information
nanxstats authored Aug 30, 2024
2 parents fc307ce + 57aa875 commit 783ebc9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: protr
Version: 1.7-2
Version: 1.7-3
Title: Generating Various Numerical Representation Schemes for Protein Sequences
Description: Comprehensive toolkit for generating various numerical
features of protein sequences described in Xiao et al. (2015)
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# protr 1.7-3

## Improvements

- For sequence similarity calculations using pairwise sequence alignment,
the Biostrings version is now detected at runtime to determine if the
pwalign package is needed. This is because the relevant components have been
moved from Biostrings to pwalign since Bioconductor 3.19 and Biostrings 2.72.0.
This enhancement ensures that protr works properly regardless of the versions
of R, Bioconductor, and Biostrings installed (thanks, @ecrespoSSF, #52).

# protr 1.7-2

## Improvements
Expand Down

0 comments on commit 783ebc9

Please # to comment.