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
HelIo !
I succeeded to run Forna locally with the latest release of the Forgi library (1.1.0), but while trying to submit the default RNA sequence, I am facing an error that seems to be due to incompatibility between both (see attached picture).
The text was updated successfully, but these errors were encountered:
youri-c
changed the title
Not working with forgi 1.1.0 while running locally
Submitting molecule doesn't work with forgi 1.1.0 while running locally
Apr 12, 2018
I finally managed to solve it, by modifying the fasta_to_position() function in the forna.py class.
I have suppressed the line "bg=fgb.BulgeGraph()" and changed the line "fgb.from_fasta_text(fasta_text, False)" to "bg = fgb.from_fasta_text(fasta_text)".
HelIo !
I succeeded to run Forna locally with the latest release of the Forgi library (1.1.0), but while trying to submit the default RNA sequence, I am facing an error that seems to be due to incompatibility between both (see attached picture).
The text was updated successfully, but these errors were encountered: