New port: biology/py-xenaPython: API for Xena Hub to access genetic information shared through the hub
This commit is contained in:
parent
ef87bdfebd
commit
74ca3eaba7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498729
4 changed files with 32 additions and 0 deletions
|
@ -123,6 +123,7 @@
|
|||
SUBDIR += py-orange3-single-cell
|
||||
SUBDIR += py-pyfaidx
|
||||
SUBDIR += py-pysam
|
||||
SUBDIR += py-xenaPython
|
||||
SUBDIR += pycogent
|
||||
SUBDIR += pyfasta
|
||||
SUBDIR += python-nexus
|
||||
|
|
19
biology/py-xenaPython/Makefile
Normal file
19
biology/py-xenaPython/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xenaPython
|
||||
DISTVERSION= 1.0.10
|
||||
CATEGORIES= biology python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= API for Xena Hub to access genetic information shared through the hub
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
biology/py-xenaPython/distinfo
Normal file
3
biology/py-xenaPython/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1555087462
|
||||
SHA256 (xenaPython-1.0.10.tar.gz) = 1ace9085ef603a4099977e5319fce59251c8853327ddb59b84e8e3065cd80052
|
||||
SIZE (xenaPython-1.0.10.tar.gz) = 11062
|
9
biology/py-xenaPython/pkg-descr
Normal file
9
biology/py-xenaPython/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
Python API for Xena Hub.
|
||||
|
||||
Xena Hub is a Java-based server software installed on the clients' servers
|
||||
that hosts their genomic data in order to share it with others. Using this
|
||||
Python API and other browsers that are part of the UC Santa Cruz Xena project,
|
||||
it is possible to easily access a wide variety of genomic information shared by
|
||||
a large number of researchers.
|
||||
|
||||
WWW: https://github.com/ucscXena/xenaPython
|
Loading…
Reference in a new issue