Metadata-Version: 2.4
Name: genomedata
Version: 1.7.4
Summary: tools for accessing large amounts of genomic data
Author-email: Michael Hoffman <michael.hoffman@utoronto.ca>
License: GPL-2.0-only
Project-URL: Bug Tracker, https://github.com/hoffmangroup/genomedata/issues
Project-URL: Download, https://pypi.python.org/pypi/genomedata
Project-URL: Homepage, https://hoffmanlab.org/proj/genomedata
Classifier: Natural Language :: English
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: tables!=3.4.1,>=3.0
Requires-Dist: six
Requires-Dist: textinput>=0.2.0
Requires-Dist: path>=16.12
Requires-Dist: pybigwig
Dynamic: license-file

============
 Genomedata
============
by Michael Hoffman <michael.hoffman at utoronto dot ca>

.. image:: https://img.shields.io/pypi/v/genomedata.png
    :target: https://pypi.python.org/pypi/genomedata/
    :alt: Latest Version

Description
===========
Genomedata is both a format for efficient storage of multiple tracks of
numeric data anchored to a genome and a python interface to genomic datasets.
The file format allows fast random access to hundreds of gigabytes of data, 
while retaining a small disk space footprint. We have also developed utilities
to load data into this format.

Specifically, the genomedata package provides access to genome-scale data,
either using an HDF5_ container or a bigWig_ file.

.. _HDF5: http://www.hdfgroup.org/
.. _bigWig: http://www.genome.ucsc.edu/goldenPath/help/bigWig.html

Please see the following URL (and linked documentation) for information,
installation, and support: https://hoffmanlab.org/proj/genomedata/

Documentation
=============

Live documentation based on this repository can be found on `Read the Docs`_.

.. _Read the Docs: http://genomedata.readthedocs.io/en/latest/

License
========
Genomedata is free software: you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation.

Genomedata is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.
