Skip to content

fmalmeida/bacannot v3.1.6

Compare
Choose a tag to compare
@fmalmeida fmalmeida released this 07 Nov 09:03
· 111 commits to master since this release
edd9377

Release notes

v3.1.6 [7-November-2022]

  • Fixes #71 reported by @fetyj, which highlights that antismash module was failing when outputs for a sample were empty.
    • To solve this issue, the module was updated as such the antismash main results is now optional instead of being required, and 'gff conversion' steps are done only when it's results are not empty.
    • PR: #72