Open
Description
Hi I try to run the forgi tutorial but not seem to be able.
import matplotlib.pyplot as plt
import forgi.visual.mplotlib as fvm
import forgi
cg = forgi.load_rna("examples/input/1y26.fx", allow_many=False)
fvm.plot_rna(cg, text_kwargs={"fontweight":"black"}, lighten=0.7,
backbone_kwargs={"linewidth":3})
plt.show()
I work on macOS Mojave 10.14.6 and have installed the Vienna package as well as the forgi package. After running the above I get the error:
ModuleNotFoundError: No module named 'RNA'
Any tips on how to handle this?
Kind regards Michelle
Metadata
Metadata
Assignees
Labels
No labels