We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251301d commit fe42feeCopy full SHA for fe42fee
1 file changed
alldata/bblab_site/tools/isoforms_plot/isoforms_plot.py
@@ -1,11 +1,8 @@
1
-from csv import DictReader
2
from argparse import ArgumentParser
3
from genetracks import Figure, Track, Multitrack, Label
4
-from itertools import groupby
5
from operator import itemgetter
6
import drawsvg as draw
7
from collections import defaultdict
8
-from math import ceil
9
10
11
# Multiplier that helps estimating label widths. It is approximate and font-dependent.
0 commit comments