-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileNotFoundError: #257
Comments
Including which file or directory is not found (should be the line after the message you quote) may help track down which particular part of the process is at issue, and thus the proper resolution. |
FileNotFoundError Traceback (most recent call last) in run_diffusion(contigs, path, pdb, iterations, symmetry, order, hotspot, chains, add_potential, num_designs, visual) /content/colabdesign/shared/protein.py in pdb_to_string(pdb_file, chains, models) FileNotFoundError: [Errno 2] No such file or directory: '&WVS.pdb1' in plot_pdb(num) FileNotFoundError: [Errno 2] No such file or directory: 'outputs/6WVS12_0.pdb' |
I'm concerned about the |
A FileNotFoundError: [Errno 2] No such file or directory: error occurs. This error appears when inputting long sequences or complex structures into the contigs. When generating proteins with simple structures, this error doesn't occur, so it's unlikely that the error is due to file path names. How should this be addressed? This is regarding the Colab version of RF diffusion.
The text was updated successfully, but these errors were encountered: