Skip to main content

Working with wiggle tracks in Python

Project description

Working with wiggle tracks in Python.

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

Documentation

The latest documentation including a user’s 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.

Source code

The Wiggelen source code is hosted on GitHub. All unit tests are run automatically on Python 2.6, 2.7, 3.2, 3.3, and PyPy using the Travis CI service.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wiggelen-0.1.0.tar.gz (14.8 kB view details)

Uploaded Source

File details

Details for the file wiggelen-0.1.0.tar.gz.

File metadata

  • Download URL: wiggelen-0.1.0.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for wiggelen-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e5125ebc7341b5e79df47281d42232ff18d2760ba3d5c7a9e8163abb2bb2eaef
MD5 3d18b16a9ba7d1907f3cabc6f5daf959
BLAKE2b-256 9f523374096a18120e359c3571240ad6319d72d049b476a051773f2f532c9d65

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page