diff --git a/biology/checkm/Makefile b/biology/checkm/Makefile index 811a6de08dfb..a2c9ed1d195e 100644 --- a/biology/checkm/Makefile +++ b/biology/checkm/Makefile @@ -1,26 +1,26 @@ PORTNAME= CheckM DISTVERSIONPREFIX= v -DISTVERSION= 1.2.2 +DISTVERSION= 1.2.3 CATEGORIES= biology python MAINTAINER= yuri@FreeBSD.org COMMENT= Quality assessment tool for the microbial genomes WWW= https://ecogenomics.github.io/CheckM/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}DendroPy>0:science/py-DendroPy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysam>0:biology/py-pysam@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} USES= dos2unix python USE_GITHUB= yes GH_ACCOUNT= Ecogenomics USE_PYTHON= distutils noflavors autoplist NO_ARCH= yes .include diff --git a/biology/checkm/distinfo b/biology/checkm/distinfo index 733036b89632..c1da8633ab00 100644 --- a/biology/checkm/distinfo +++ b/biology/checkm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713784123 -SHA256 (Ecogenomics-CheckM-v1.2.2_GH0.tar.gz) = a748b94e93f8d5fecfd0d5b3f17fcb119b25d4b45217e047b2fd742b21e74c0e -SIZE (Ecogenomics-CheckM-v1.2.2_GH0.tar.gz) = 1017249 +TIMESTAMP = 1730733018 +SHA256 (Ecogenomics-CheckM-v1.2.3_GH0.tar.gz) = 5f8340e71d3256ba8cf407d27bdc7914d1aa86b14b2d63d1e32cceb325e5aa82 +SIZE (Ecogenomics-CheckM-v1.2.3_GH0.tar.gz) = 1017616 diff --git a/biology/checkm/pkg-descr b/biology/checkm/pkg-descr index 109aed5efe23..4238256d225a 100644 --- a/biology/checkm/pkg-descr +++ b/biology/checkm/pkg-descr @@ -1,11 +1,13 @@ -CheckM provides a set of tools for assessing the quality of genomes -recovered from isolates, single cells, or metagenomes. -It provides robust estimates of genome completeness and contamination -by using collocated sets of genes that are ubiquitous and single-copy -within a phylogenetic lineage. -Assessment of genome quality can also be examined using plots depicting -key genomic characteristics (e.g., GC, coding density) which highlight -sequences outside the expected distributions of a typical genome. -CheckM also provides tools for identifying genome bins that are likely -candidates for merging based on marker set compatibility, similarity in -genomic characteristics, and proximity within a reference genome tree. +CheckM provides a set of tools for assessing the quality of genomes recovered +from isolates, single cells, or metagenomes. + +It provides robust estimates of genome completeness and contamination by using +collocated sets of genes that are ubiquitous and single-copy within a +phylogenetic lineage. + +Assessment of genome quality can also be examined using plots depicting key +genomic characteristics (e.g., GC, coding density) which highlight sequences +outside the expected distributions of a typical genome. CheckM also provides +tools for identifying genome bins that are likely candidates for merging based +on marker set compatibility, similarity in genomic characteristics, and +proximity within a reference genome tree.