vbz-h5py-plugin


Namevbz-h5py-plugin JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryOxford Nanopore Technologies VBZ HDF plugin for h5py
upload_time2022-11-10 11:53:22
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords nanopore h5py vbz pod5 fast5
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # VBZ-H5Py-Plugin

This module provides a plugin to H5Py for the VBZ (de)compression library.

## VBZ Compression

VBZ compression is a compression algorithm developed by Oxford Nanopore to reduce
file size and improve read/write performance when handling raw data in POD5/Fast5 files.
Previously, the default compression was GZIP and comparing to GZIP we see a
compression improvement of >30% and a CPU performance improvement of >10X for
compression and >5X for decompression. Further details of the implementation and
benchmarks can be found here: [Nanoporetech/vbz_compression](https://github.com/nanoporetech/vbz_compression)

# Usage

Simply import the module to register the vbz plugin with `h5py`.

``` python
import vbz_h5py_plugin
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vbz-h5py-plugin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "nanopore,h5py,vbz,pod5,fast5",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/22/43/feb5016ab64d83f5a9cd0baa3da1f62c17a42764f44375fa59dbd576f6a0/vbz_h5py_plugin-1.0.1.tar.gz",
    "platform": null,
    "description": "# VBZ-H5Py-Plugin\n\nThis module provides a plugin to H5Py for the VBZ (de)compression library.\n\n## VBZ Compression\n\nVBZ compression is a compression algorithm developed by Oxford Nanopore to reduce\nfile size and improve read/write performance when handling raw data in POD5/Fast5 files.\nPreviously, the default compression was GZIP and comparing to GZIP we see a\ncompression improvement of >30% and a CPU performance improvement of >10X for\ncompression and >5X for decompression. Further details of the implementation and\nbenchmarks can be found here: [Nanoporetech/vbz_compression](https://github.com/nanoporetech/vbz_compression)\n\n# Usage\n\nSimply import the module to register the vbz plugin with `h5py`.\n\n``` python\nimport vbz_h5py_plugin\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Oxford Nanopore Technologies VBZ HDF plugin for h5py",
    "version": "1.0.1",
    "project_urls": null,
    "split_keywords": [
        "nanopore",
        "h5py",
        "vbz",
        "pod5",
        "fast5"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2ddeab7a9cac698afd8d4d469d703303390a88570ace01da358088459a6a48d",
                "md5": "2991e10f1ce19a33f82b0a6f134930c9",
                "sha256": "7b8f9bf250a3c072e36bb8a84beb035468bba0536e11a9086649188f075589b1"
            },
            "downloads": -1,
            "filename": "vbz_h5py_plugin-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2991e10f1ce19a33f82b0a6f134930c9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1446187,
            "upload_time": "2022-11-10T11:53:19",
            "upload_time_iso_8601": "2022-11-10T11:53:19.893978Z",
            "url": "https://files.pythonhosted.org/packages/d2/dd/eab7a9cac698afd8d4d469d703303390a88570ace01da358088459a6a48d/vbz_h5py_plugin-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2243feb5016ab64d83f5a9cd0baa3da1f62c17a42764f44375fa59dbd576f6a0",
                "md5": "759f980f278a1460644430ad736d1d27",
                "sha256": "c784458bb0aad6303474cb2f10956179116b35555803fd1154eb4ef362519341"
            },
            "downloads": -1,
            "filename": "vbz_h5py_plugin-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "759f980f278a1460644430ad736d1d27",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1441103,
            "upload_time": "2022-11-10T11:53:22",
            "upload_time_iso_8601": "2022-11-10T11:53:22.603037Z",
            "url": "https://files.pythonhosted.org/packages/22/43/feb5016ab64d83f5a9cd0baa3da1f62c17a42764f44375fa59dbd576f6a0/vbz_h5py_plugin-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-10 11:53:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "vbz-h5py-plugin"
}
        
Elapsed time: 0.37742s