Working with wiggle tracks in Python
Project description
Wiggelen is a Python library for working with wiggle tracks (WIG files). It also provides a command line interface to some of its functionality.
The main goal of Wiggelen is to provide light-weight and unified access to wiggle tracks.
>>> import wiggelen
>>> for x in wiggelen.walk(open('test.wig')):
... print 'chr%s:%d\t%s' % x
...
chr18:34344 629.0
chr18:34345 649.0
chr18:34446 657.0
chrM:308 520.0
chrM:309 519.0
To install the latest release via PyPI using pip:
pip install wiggelen
Documentation
The latest documentation with user guide and API reference is hosted at Read The Docs.
You can also compile the documentation directly from the source code by running make html from the doc/ subdirectory. This requires Sphinx to be installed.
Copyright
Wiggelen is licensed under the MIT License, see the LICENSE file for details. See the AUTHORS file for a list of authors.
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
File details
Details for the file wiggelen-0.4.1.tar.gz
.
File metadata
- Download URL: wiggelen-0.4.1.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdd87125cfcf38181c3b5b6801c5f961ec13773a8af93c3adf51262faa1b670e |
|
MD5 | 0cd20b37bc8f4d47b812d58ae04686f6 |
|
BLAKE2b-256 | 3e363b9b0488bd2b3f6d8b8be3e1842ca828408d7200516f7ee410c1827c5d1e |