You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could think about replacing the call to the RNAPlot binary in biotite.structure.graphics.plot_nucleotide_secondary_structure() with a call to the python bindings and include them as an optional dependency.
I believe that would be more user friendly.
The text was updated successfully, but these errors were encountered:
Generally I agree with you. However, on the first glance using the Python bindings is still more complex than simply calling a function from ViennaRNA with some sequence string. Therefore, I propose to discuss the matter of interfacing other Python packages on a broader scope (#709). Let me know what you think 😃
Python bindings for ViennaRNA are now available (and have been for a couple of years):
https://www.tbi.univie.ac.at/RNA/ViennaRNA/refman/api_python.html
We could think about replacing the call to the
RNAPlot
binary inbiotite.structure.graphics.plot_nucleotide_secondary_structure()
with a call to the python bindings and include them as an optional dependency.I believe that would be more user friendly.
The text was updated successfully, but these errors were encountered: