View | Details | Raw Unified | Return to bug 282551
Collapse All | Expand All

(-)b/biology/checkm/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	CheckM
1
PORTNAME=	CheckM
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.2.2
3
DISTVERSION=	1.2.3
4
CATEGORIES=	biology python
4
CATEGORIES=	biology python
5
5
6
MAINTAINER=	yuri@FreeBSD.org
6
MAINTAINER=	yuri@FreeBSD.org
Lines 19-25 RUN_DEPENDS= ${PYNUMPY} \ Link Here
19
USES=		dos2unix python
19
USES=		dos2unix python
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	Ecogenomics
21
GH_ACCOUNT=	Ecogenomics
22
USE_PYTHON=	distutils noflavors autoplist
22
USE_PYTHON=	autoplist distutils noflavors
23
23
24
NO_ARCH=	yes
24
NO_ARCH=	yes
25
25
(-)b/biology/checkm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1713784123
1
TIMESTAMP = 1730733018
2
SHA256 (Ecogenomics-CheckM-v1.2.2_GH0.tar.gz) = a748b94e93f8d5fecfd0d5b3f17fcb119b25d4b45217e047b2fd742b21e74c0e
2
SHA256 (Ecogenomics-CheckM-v1.2.3_GH0.tar.gz) = 5f8340e71d3256ba8cf407d27bdc7914d1aa86b14b2d63d1e32cceb325e5aa82
3
SIZE (Ecogenomics-CheckM-v1.2.2_GH0.tar.gz) = 1017249
3
SIZE (Ecogenomics-CheckM-v1.2.3_GH0.tar.gz) = 1017616
(-)b/biology/checkm/pkg-descr (-12 / +13 lines)
Lines 1-11 Link Here
1
CheckM provides a set of tools for assessing the quality of genomes
1
CheckM provides a set of tools for assessing the quality of genomes recovered
2
recovered from isolates, single cells, or metagenomes.
2
from isolates, single cells, or metagenomes.
3
It provides robust estimates of genome completeness and contamination
3
4
by using collocated sets of genes that are ubiquitous and single-copy
4
It provides robust estimates of genome completeness and contamination by using
5
within a phylogenetic lineage.
5
collocated sets of genes that are ubiquitous and single-copy within a
6
Assessment of genome quality can also be examined using plots depicting
6
phylogenetic lineage.
7
key genomic characteristics (e.g., GC, coding density) which highlight
7
8
sequences outside the expected distributions of a typical genome.
8
Assessment of genome quality can also be examined using plots depicting key
9
CheckM also provides tools for identifying genome bins that are likely
9
genomic characteristics (e.g., GC, coding density) which highlight sequences
10
candidates for merging based on marker set compatibility, similarity in
10
outside the expected distributions of a typical genome. CheckM also provides
11
genomic characteristics, and proximity within a reference genome tree.
11
tools for identifying genome bins that are likely candidates for merging based
12
on marker set compatibility, similarity in genomic characteristics, and
13
proximity within a reference genome tree.
12
- 

Return to bug 282551