antiSMASH Table Generator

Paste the URL of an antiSMASH job. You get an .xlsx table of the regions it detected, one row each.

The index page, the job directory, or any download link from the job all work. Large jobs take a few seconds.

What is in the workbook

The Regions sheet gives record, cluster class and category, start, end, length, gene count, protocluster count, a contig edge flag, the most similar known MIBiG cluster with its accession, type and similarity score, the best ClusterBlast and SubClusterBlast hits, and a link back to the region in the report.

Two further sheets hold every ranked KnownClusterBlast hit per region, and the job details: antiSMASH version, input file, strictness, counts, source URL.

Notes

  • Values are read from the job's own output files. Nothing is recomputed.
  • KnownClusterBlast ranks hits by matched gene count rather than percentage, so the similarity column always reports the score for the cluster named in the same row.
  • Built against antiSMASH 8. Older output is handled where possible but untested.
  • Source and a command line version are on GitHub.