Commit Graph

7 Commits

Author SHA1 Message Date
Yuri Victorovich bfb73bae45 biology/py-bx-python: Update 0.8.8 -> 0.8.9
Reported by:	portscout
2020-06-26 04:17:11 +00:00
Yuri Victorovich faad29a703 biology/py-bx-python: Update 0.8.6 -> 0.8.8
Reported by:	portscout
2020-02-15 20:08:30 +00:00
Yuri Victorovich 10cb022e32 biology/py-bx-python: Update 0.8.4 -> 0.8.6
Reported by:	portscout
2019-11-23 05:53:50 +00:00
Yuri Victorovich f04a95e391 biology/py-bx-python: Update 0.8.2 -> 0.8.4
Reported by:	pirtscout
2019-06-19 08:08:31 +00:00
Yuri Victorovich 1ea7750d81 biology/py-bx-python: Update 0.8.1 -> 0.8.2
Reported by:	portscout
2018-08-26 09:50:41 +00:00
Yuri Victorovich 25ee2af46d biology/py-bx-python: Update to 0.8.1
Additional port changes:
* Changed to DISTVERSION.
* Added USE_PYTHON=cython.
* Added stripping.
* Updated maintainer e-mail.

Reported compiler warnings to the upstream.

Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14283
2018-02-10 00:09:56 +00:00
Martin Wilke 177c8291a7 bx-python is a python library and associated set of scripts to allow for rapid
implementation of genome scale analyses. The library contains a variety of
useful modules, but the particular strengths are:

Classes for reading and working with genome-scale multiple local alignments
(in MAF, AXT, and LAV formats). Generic data structure for indexing on disk
files that contain blocks of data associated with intervals on various
sequences (used, for example, to provide random access to individual
alignments in huge files; optomized for use over network filesystems).
Data structures for working with intervals on sequences:
 * "Binned bitsets" which act just like chromosome sized bit arrays,
   but lazily allocate regions and allow large blocks of all set or
   all unset bits to be stored compactly
 * "Intersecter" for performing fast intersection tests that preserve
   both query and target intervals and associated annotation

WWW: https://github.com/bxlab/bx-python

PR:		218757
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2017-05-06 06:07:03 +00:00