A python library to interact, explore and compute data directly from genomic files.
Project description
Compute and Query Parser for Genomic Files
Description
Epiviz file Server is a Python library, to query genomic files, not only for visualization but also for transformation. The library provides various modules to perform various tasks - - Parser to read various genomic file formats, - Query to access only necessary bytes of file, - Compute to apply transformations on data, - Server to instantly convert the datasets into an API and - Visualization.
A quick overview of the library and its features, are described in an IPython notebook available at - https://epiviz.github.io/post/2019-02-04-epiviz-fileserver/
Note
The library requires the server hosting the data files to support HTTP range requests so that the file server’s parser module can only request the necessary byte-ranges needed to process the query
The library currently supports indexed genomic file formats like BigWig, BigBed, Bam (with bai), Sam (with sai) or any genomic data file that can be indexed using tabix.
Developer Notes
This project has been set up using PyScaffold 3.1. For details and usage information on PyScaffold see https://pyscaffold.org/.
use a virtualenv for testing & development. To setup run the following commands from the project directory
virtualenv env --python=python3
source env/bin/activate # (activate.fish if using the fish-shell)
pip install -r requirements.txt
# to deactivate virtualenv
deactivate
Test - `python setup.py test`
Docs - `python setup.py docs`
- Build
source distribution `python setup.py sdist`
binary distribution `python setup.py bdist`
wheel distribution `python setup.py bdist_wheel`
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file epivizFileServer-0.2.7.tar.gz
.
File metadata
- Download URL: epivizFileServer-0.2.7.tar.gz
- Upload date:
- Size: 13.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.41.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 595415ca76c2d669e30e6bbfa49713bb9714c7e7b74a846057d681ecb916b81f |
|
MD5 | ebc18f5cf102ccae0181f5460a019785 |
|
BLAKE2b-256 | bc1d9c28d935bc77e2e5cf720026b02916e231b90e6c2e4013942141033542b8 |
File details
Details for the file epivizFileServer-0.2.7-py2.py3-none-any.whl
.
File metadata
- Download URL: epivizFileServer-0.2.7-py2.py3-none-any.whl
- Upload date:
- Size: 55.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.41.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8d6837a03a49ba548235d3afdb4bd4dfa1b07419f0954c9180721aa70e4f909 |
|
MD5 | cff293f47929120c22c71faa4ebc6e7e |
|
BLAKE2b-256 | e8e133f520815712759ea3c5d1636eb8f46c4fe9fd88b28bdb388b12fb66ae9f |