Traceback (most recent call last):
File "/home/rguigolab/bin/sashimi-plot.py", line 710, in <module>
transcripts, exons = read_gtf(args.gtf, args.coordinates)
File "/home/rguigolab/bin/sashimi-plot.py", line 316, in read_gtf
if line.startswith("#"):
TypeError: startswith first arg must be bytes or a tuple of bytes, not str