Skip to content

Commit ba92c21

Browse files
committed
add config.py
1 parent eab04a2 commit ba92c21

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

seqchromloader/config.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
BIGWIG_BACKEND='pyBigWig'
2+
3+
def set_bigwig_backend(backend):
4+
global BIGWIG_BACKEND
5+
6+
assert backend in ['pyBigWig', 'pybigtools'], "Backend options are pyBigWig or pybigtools!"
7+
8+
BIGWIG_BACKEND = backend

0 commit comments

Comments
 (0)