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
I have successfully run Forna locally on Linux, but this took some time primarily due to compatibility issues between Forna and its dependencies, such as Forgi.
In the README, detailed version information about Forna's dependencies is not provided. After some experimentation, I found a workable solution. Here is the stepwise protocol:
Create a Conda environment with the necessary packages:
I have successfully run Forna locally on Linux, but this took some time primarily due to compatibility issues between Forna and its dependencies, such as Forgi.
In the README, detailed version information about Forna's dependencies is not provided. After some experimentation, I found a workable solution. Here is the stepwise protocol:
wget -O forgi-0.3.zip https://codeload.github.com/ViennaRNA/forgi/zip/refs/tags/v0.3 unzip forgi-0.3.zip mv forgi-0.3 forgi-0.3.dist-info mv forgi-0.3.dist-info/forgi .
Here is my final conda environment.yml file. Please note that the actual version of Forgi is 0.3.
The text was updated successfully, but these errors were encountered: