Skip to content
This is bug fix release 6.1.1.

This release fixes some issues identified in antiSMASH 6.1.0:

* Duplicate CDS detection had false positives in unrelated CDS features.
* Some long CDS locus tags had spaces inserted when reading via biopython,
  causing failures on reloading antiSMASH results. Spaces are now stripped from
  locus tags.
* Unpinned python dependencies were causing some issues for some users. These
  dependencies are now all pinned.
* Output zip files were created with owner-only read permissions by default. This
  has changed to owner, group, and others having read permissions on the zip
  file.

Some code de-duplication was also included.

Detailed changes since 6.1.0:

Kai Blin (2):
      secmet: Reduce the risk of crc32 collisions in duplicate CDS location detection
      main: Make sure the output zipfile has sane permissions

Simon Shaw (4):
      secmet: remove unnecessary code for finding child CDS features for new regions
      secmet: handle biopython introducing spaces into locus tags
      chore: pin dependencies