diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-27 08:31:12 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-27 08:56:18 +0000 |
| commit | 73074c728a155c3e78e4a612ace088319a39b137 (patch) | |
| tree | 95cdf87a0b825f9db43d01f31e6f0e5b6b99d7df | |
| parent | a49d5dfc2288364aaf8d97045bd5837bc3f876a6 (diff) | |
New port: math/py-point-annotator: Annotate data with labels based on the Mann-Whitney U test
| -rw-r--r-- | math/Makefile | 1 | ||||
| -rw-r--r-- | math/py-point-annotator/Makefile | 23 | ||||
| -rw-r--r-- | math/py-point-annotator/distinfo | 3 | ||||
| -rw-r--r-- | math/py-point-annotator/pkg-descr | 6 |
4 files changed, 33 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index e1040e2f2080..d3ddd859817c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -832,6 +832,7 @@ SUBDIR += py-petsc4py SUBDIR += py-piranha SUBDIR += py-plastex + SUBDIR += py-point-annotator SUBDIR += py-pplpy SUBDIR += py-primme SUBDIR += py-pyFFTW diff --git a/math/py-point-annotator/Makefile b/math/py-point-annotator/Makefile new file mode 100644 index 000000000000..280b434e0539 --- /dev/null +++ b/math/py-point-annotator/Makefile @@ -0,0 +1,23 @@ +PORTNAME= point-annotator +PORTVERSION= 2.0.0 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Annotate data with labels based on the Mann-Whitney U test + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/math/py-point-annotator/distinfo b/math/py-point-annotator/distinfo new file mode 100644 index 000000000000..00cb213d4168 --- /dev/null +++ b/math/py-point-annotator/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1619510780 +SHA256 (point-annotator-2.0.0.tar.gz) = 0bae70fc5aa67e39c230b56a7e10cea46d8fef3a52770721da3d382307fe33ef +SIZE (point-annotator-2.0.0.tar.gz) = 912918 diff --git a/math/py-point-annotator/pkg-descr b/math/py-point-annotator/pkg-descr new file mode 100644 index 000000000000..076f862f193f --- /dev/null +++ b/math/py-point-annotator/pkg-descr @@ -0,0 +1,6 @@ +The point-annotator package provides functionalities to annotate data with +labels based on the Mann-Whitney U test and Hypergeometric test. Currently, we +provide examples of the fast annotation of gene expression data with the cell +types based on marker genes. + +WWW: https://fri.uni-lj.si/en/laboratory/biolab |
