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
You can see that the namings do not match, the weights are inside a subdirectory and named differently and are actually themselves different. So use
cd network
wget https://files.ipd.uw.edu/dimaio/RF2_apr23.tgz
tar xvfz RF2_apr23.tgz
cd ..
instead. This will place the model weights into a correct folder from which RoseTTAFold2 can read in the model weights
There are some angry comments about the code being a train wreck, and we all understand that developers have to spend an immense amount of effort to maintain their code with all things getting updated and those dependencies ruining everyone's lifes, so these tiny mistakes in the wget might get past your eyes.
And the model inference on a gpu is super fast, cheers! Although the backbone in the unstructured regions has very strange geometry, the peptide bonds appear too long sometimes
The text was updated successfully, but these errors were encountered:
In the README, it is written to use:
But in the run_RF2.sh file, there is:
You can see that the namings do not match, the weights are inside a subdirectory and named differently and are actually themselves different. So use
instead. This will place the model weights into a correct folder from which RoseTTAFold2 can read in the model weights
There are some angry comments about the code being a train wreck, and we all understand that developers have to spend an immense amount of effort to maintain their code with all things getting updated and those dependencies ruining everyone's lifes, so these tiny mistakes in the wget might get past your eyes.
And the model inference on a gpu is super fast, cheers! Although the backbone in the unstructured regions has very strange geometry, the peptide bonds appear too long sometimes
The text was updated successfully, but these errors were encountered: