File: __init__.py

package info (click to toggle)
python-intervaltree-bio 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 18,036 kB
  • sloc: python: 307; makefile: 8; sh: 5
file content (10 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
'''
intervaltree-bio: Interval tree convenience classes for genomic data.

Test module. Meant for use with ``py.test``.
To run all tests simply invoke ``python setup.py test`` from the package root.

Copyright 2014 Konstantin Tretyakov

Licensed under MIT.
'''