Skip to content
This is the bugfix release 6.0.1.

This release fixes three issues identified in antiSMASH 6.0.0:

* The download_database script didn't propagate the database dir to the
  prepare_data step.
* When using sideloading, subregions not containing any CDSes would crash
  clusterblast.
* In regions containing multiple RiPP protoclusters, if two of the RiPP
  modules decided that a specific ORF was a potential prepeptide, this would
  trigger a name conflict for the newly created prepeptide annotation feature.

This release also works around the newly released Biopython 1.79 changing the
way WGS master record sequences are annotated and breaking our WGS master
record detection. 6.0.x releases will keep using Biopython 1.78.

Detailed changes:

Kai Blin (1):
      chore: bump version to 6.0.1

Simon Shaw (7):
      download_databases: fix database dir not propagating to prepare_data
      lanthipeptides: deconflict prepeptide feature name
      sactipeptides: deconflict prepeptide feature name
      thiopeptides: deconflict prepeptide feature name
      lassopeptides: lassopeptides: deconflict prepeptide feature name
      clusterblast: fix crash on sideloaded regions with no CDS
      chore: pin biopython version to avoid incompatibility