smithlabcode / ribotricer

A tool for accurately detecting actively translating ORFs from Ribo-seq data
http://doi.org/djv4
GNU General Public License v3.0
28 stars 8 forks source link

[BUG] #64

Closed Furciferi closed 3 years ago

Furciferi commented 3 years ago

Line 23 in ribotricer/plotting.py needs to come before matplib.pyplot is imported.

Ie

import matplotlib matplotlib.use("Agg") import matplotlib.pyplot as plt

saketkc commented 3 years ago

Indeed, thanks for catching it @Furciferi!