From 2ef7bf3e87db40638979c64bfb2850e6e012e095 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Thu, 6 Sep 2018 10:39:14 +0200 Subject: [PATCH] Missing update to libhts/libhts/__init__.py --- libhts/libhts/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libhts/libhts/__init__.py b/libhts/libhts/__init__.py index 1918689..a980938 100644 --- a/libhts/libhts/__init__.py +++ b/libhts/libhts/__init__.py @@ -1,4 +1,5 @@ from .libhts import ( + aligner2min_mapq, gtf_2_genes_exon_lengths, id_list_gtf2bed, make_empty_bigwig, -- GitLab