File: tfuncs.py

package info (click to toggle)
python-pybedtools 0.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,620 kB
  • sloc: python: 10,030; cpp: 899; makefile: 142; sh: 57
file content (9 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
import pybedtools
import os

testdir = os.path.dirname(__file__)
unwriteable = os.path.join(os.path.abspath(testdir), "unwriteable")


def teardown_module():
    pybedtools.cleanup()