Skip to content

v0.8.1

Choose a tag to compare

@jamesck2 jamesck2 released this 26 Jan 22:47
· 5 commits to main since this release

0.8.1

  • Modified annotate_hmm.py so it resumes HMM searches from the last completed database instead of restarting all HMM searches across all databases.

    • This allows long runs with very large inputs that crash due to memory issues to resume where they left off, saving time when rerunning with more memory.
    • HMM search parameters, filtering strategy, and other aspects of the annotation pipeline are unchanged.
  • Added the --keep_full_hmm_results option to CheckAMG annotate to control whether full HMM search results are written.

    • Previously, full results were always written by default, which can use substantial disk space for large inputs. This option now defaults to False.