Skip to content

BuddySuite V1.2.6

Compare
Choose a tag to compare
@biologyguy biologyguy released this 11 Mar 00:05
· 323 commits to master since this release

DatabaseBuddy

  • Handle all KeyboardInterrupt exceptions from within the live shell, breaking to the next line instead of crashing.
  • Fix Windows pickling bug
  • Completely remove reference to NCBI GI numbers. The EUtils API is phasing out their use and causing issues, so they are no longer supported at all by DbBuddy.

SeqBuddy

  • Handle RNA sequences in find_restriction_sites()
  • Better support for per-letter annotations formats like FASTQ

General

  • Malformed regular expressions should no longer cause any module to crash. A new function was added to buddy_resources to pre-filter all regex parameters passed into the UIs.
  • Backwards compatible upgrades to br.RunTime()