python-bx 0.11.0-4 source package in Ubuntu

Changelog

python-bx (0.11.0-4) unstable; urgency=medium

  * Team upload.
  * Fix import statement s/cookbook/bx.cookbook/
  * Psyco is only available for Python <= 2.6
    Closes: #1068996
  * Standards-Version: 4.7.0 (routine-update)

 -- Andreas Tille <email address hidden>  Mon, 15 Apr 2024 10:11:31 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-bx_0.11.0-4.dsc 2.2 KiB a93fb8bb898eb3d5a554d0a3be3933b7930817090f2d0bfd4fc443ecfe1d6089
python-bx_0.11.0.orig.tar.gz 1.6 MiB 0cfc82f756e0c0d76c050969609d3825706012e48a4010d1353de67acfff0c15
python-bx_0.11.0-4.debian.tar.xz 13.8 KiB 95ef1e7272295165e25bf9874b640a6416141a872cac8b445c8f7d7c7d8af693

Available diffs

No changes file available.

Binary packages built by this source

python3-bx: library to manage genomic data and its alignment

 The bx-python project is a Python3 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; optimized
    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

python3-bx-dbgsym: debug symbols for python3-bx