Skip to content

Releases: Ecogenomics/CheckM

v1.2.5

Choose a tag to compare

@donovan-h-parks donovan-h-parks released this 02 Mar 17:36
acb42ba
  • fix to regular expression syntax warnings in prettytable.py
  • fix to use of setuptools in checkmData.py thanks to meereeum
  • fix to pysam import in coverage.py thanks to baptwr

v1.2.4

Choose a tag to compare

@donovan-h-parks donovan-h-parks released this 12 Jun 23:35
  • fixed issue with prodigal not trying the meta model for failed genomes (fix provided by noelle-haddad)
  • added Dockerfile provided by Louis-MG

v1.2.3

Choose a tag to compare

@donovan-h-parks donovan-h-parks released this 25 Jun 20:51
  • changes to support numpy 2.0
  • better handling of non-zero return codes from external programs

v1.2.2

Choose a tag to compare

@donovan-h-parks donovan-h-parks released this 31 Oct 13:53
  • support gzipped protein files as input (thanks to alienzj for the PR)

v1.2.1

Choose a tag to compare

@donovan-h-parks donovan-h-parks released this 03 Aug 22:30
  • renamed private classes to resolve multiprocessing AttributeError (thanks to misialq for the PR!)

v1.2.0

Choose a tag to compare

@donovan-h-parks donovan-h-parks released this 30 Apr 17:46
  • modified how bin IDs are identified to improve output tables when processing compressed files (e.g. output bin ID will be my_bin instead of my_bin.fna)

v1.1.11

Choose a tag to compare

@donovan-h-parks donovan-h-parks released this 24 Apr 15:18
  • fixed error with inverse_transformed being deprecated in newer versions of Matplotlib
  • updated minimum required version of Python packages

v1.1.10

Choose a tag to compare

@donovan-h-parks donovan-h-parks released this 21 Apr 22:42
  • fixed bug with missing bCalledGenes flag that was impacting a number of commands

v1.1.9

Choose a tag to compare

@donovan-h-parks donovan-h-parks released this 14 Apr 19:43
  • fixed support for gzip input FASTA files

v1.1.8

Choose a tag to compare

@donovan-h-parks donovan-h-parks released this 10 Apr 15:06
  • updated setup.py to include long description and fix PyPi URL