Skip to content

Commit

Permalink
biology/py-deeptoolsintervals: Python interface for deepTools interva…
Browse files Browse the repository at this point in the history
…l trees

Deeptools_intervals is an interval tree backend designed to interface
with deepTools, supporting metadata associated with each interval.
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed Oct 13, 2021
1 parent 646f3fc commit 06e2635
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
16 changes: 16 additions & 0 deletions biology/py-deeptoolsintervals/Makefile
@@ -0,0 +1,16 @@
PORTNAME= deeptoolsintervals
DISTVERSION= 0.1.9
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= jwb@FreeBSD.org
COMMENT= Python interface for deepTools interval trees

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions biology/py-deeptoolsintervals/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1617289403
SHA256 (deeptoolsintervals-0.1.9.tar.gz) = 7d94c36fd2b6f10d8b99e536d2672e8228971f1fc810497d33527bba2c40d4f6
SIZE (deeptoolsintervals-0.1.9.tar.gz) = 41123
11 changes: 11 additions & 0 deletions biology/py-deeptoolsintervals/files/patch-setup.py
@@ -0,0 +1,11 @@
--- setup.py.orig 2021-10-13 15:57:11 UTC
+++ setup.py
@@ -32,7 +32,7 @@ setup(name='deeptoolsintervals',
author_email="ryan@ie-freiburg.mpg.de",
url="https://github.com/deeptools/deeptools_intervals",
keywords=["bioinformatics", "GTF"],
- classifier=["Development Status :: 5 - Production/Stable",
+ classifiers=["Development Status :: 5 - Production/Stable",
"Environment :: Console",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
4 changes: 4 additions & 0 deletions biology/py-deeptoolsintervals/pkg-descr
@@ -0,0 +1,4 @@
Deeptools_intervals is an interval tree backend designed to interface
with deepTools, supporting metadata associated with each interval.

WWW: https://github.com/deeptools/deeptools_intervals

0 comments on commit 06e2635

Please sign in to comment.