diff --git a/biology/checkm/Makefile b/biology/checkm/Makefile index 2c4869be30d1..811a6de08dfb 100644 --- a/biology/checkm/Makefile +++ b/biology/checkm/Makefile @@ -1,27 +1,26 @@ PORTNAME= CheckM DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 -PORTREVISION= 1 +DISTVERSION= 1.2.2 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 3cf2dbad1752..733036b89632 100644 --- a/biology/checkm/distinfo +++ b/biology/checkm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651427292 -SHA256 (Ecogenomics-CheckM-v1.2.0_GH0.tar.gz) = 9d2f51409a72e90f1b59c811fa4d8b430051683ca0f3001aa770003f9201cd71 -SIZE (Ecogenomics-CheckM-v1.2.0_GH0.tar.gz) = 1017160 +TIMESTAMP = 1713784123 +SHA256 (Ecogenomics-CheckM-v1.2.2_GH0.tar.gz) = a748b94e93f8d5fecfd0d5b3f17fcb119b25d4b45217e047b2fd742b21e74c0e +SIZE (Ecogenomics-CheckM-v1.2.2_GH0.tar.gz) = 1017249 diff --git a/biology/checkm/pkg-descr b/biology/checkm/pkg-descr index e97d294a9794..109aed5efe23 100644 --- a/biology/checkm/pkg-descr +++ b/biology/checkm/pkg-descr @@ -1,10 +1,11 @@ -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.