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
Hello, I am unable to run alphafold3 through apptainer (singularity), the .sif container has been successfully created, and I've tried writing a bash script (af3.sh) to run alphafold3 through due to how my university's computing cluster is set up, I've defined the public database, input, output, and models folders outside of the alphafold3 repository, regardless of how I try to fix it I keep getting the following error:
"from alphafold3.model.components import base_model
ImportError: cannot import name 'base_model' from 'alphafold3.model.components' (unknown location)"
I've added the directory tree below for the alphafold3 repository, the input, output, models, and the public database are in a separate folder (Alphafold3_setup) at the same level as the alphafold3 repository, how can I fix this error, thank you for the help?
Hello, I am unable to run alphafold3 through apptainer (singularity), the .sif container has been successfully created, and I've tried writing a bash script (af3.sh) to run alphafold3 through due to how my university's computing cluster is set up, I've defined the public database, input, output, and models folders outside of the alphafold3 repository, regardless of how I try to fix it I keep getting the following error:
I've added the directory tree below for the alphafold3 repository, the input, output, models, and the public database are in a separate folder (Alphafold3_setup) at the same level as the alphafold3 repository, how can I fix this error, thank you for the help?
The text was updated successfully, but these errors were encountered: