biopython icon indicating copy to clipboard operation
biopython copied to clipboard

add isupper, islower to SeqRecord

Open mdehoon opened this issue 3 years ago • 0 comments

This PR adds isupper(), islower() to the SeqRecord class (which already contains upper() and lower()).

  • [X] I hereby agree to dual licence this and any previous contributions under both the Biopython License Agreement AND the BSD 3-Clause License.

  • [X] I have read the CONTRIBUTING.rst file, have run pre-commit locally, and understand that continuous integration checks will be used to confirm the Biopython unit tests and style checks pass with these changes.

  • [X] I have added my name to the alphabetical contributors listings in the files NEWS.rst and CONTRIB.rst as part of this pull request, am listed already, or do not wish to be listed. (This acknowledgement is optional.)

mdehoon avatar Sep 19 '22 15:09 mdehoon