We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab04a2 commit ba92c21Copy full SHA for ba92c21
1 file changed
seqchromloader/config.py
@@ -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